Home
last modified time | relevance | path

Searched defs:IfElse (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp144 BasicBlock *IfElse = in expandFPToI() local
347 BasicBlock *IfElse = in expandIToFP() local
/aosp_15_r20/external/mesa3d/src/asahi/compiler/test/
H A Dtest-repair-ssa.cpp78 TEST_F(RepairSSA, IfElse) in TEST_F() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/Analyses/
DCalledOnceCheck.h38 IfElse, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/Analyses/
DCalledOnceCheck.h38 IfElse, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/Analyses/
DCalledOnceCheck.h38 IfElse, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/Analyses/
DCalledOnceCheck.h38 IfElse, enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/examples/s_expression/
Dparser.rs46 IfElse(Box<Expr>, Box<Expr>, Box<Expr>), enumerator
/aosp_15_r20/external/angle/src/compiler/translator/
H A DNodeType.h26 IfElse, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp640 BasicBlock *IfElse = BI->getSuccessor(1); in checkBiasedBranch() local
1899 BasicBlock *IfElse = BI->getSuccessor(0); in fixupBranch() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp676 BasicBlock *IfElse = BI->getSuccessor(1); in checkBiasedBranch() local
1904 BasicBlock *IfElse = BI->getSuccessor(0); in fixupBranch() local
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/
H A Drefpolicy.py1068 class IfElse(Node): class