Searched defs:CondInst (Results 1 – 14 of 14) sorted by relevance
/external/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 77 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
|
/external/llvm-project/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 76 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
|
/external/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 108 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
|
/external/llvm-project/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 106 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 849 bool EarlyCSE::handleBranchCondition(Instruction *CondInst, in handleBranchCondition() 923 auto *CondInst = dyn_cast<Instruction>(BI->getCondition()); in processNode() local
|
D | JumpThreading.cpp | 1086 Instruction *CondInst = dyn_cast<Instruction>(Condition); in ProcessBlock() local 1659 if (auto *CondInst = dyn_cast<Instruction>(Cond)) { in ProcessThreadableEdges() local
|
D | SimpleLoopUnswitch.cpp | 382 if (auto *CondInst = dyn_cast<Instruction>(BI.getCondition())) in unswitchTrivialBranch() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 1027 bool EarlyCSE::handleBranchCondition(Instruction *CondInst, in handleBranchCondition() 1181 auto *CondInst = dyn_cast<Instruction>(BI->getCondition()); in processNode() local
|
D | JumpThreading.cpp | 1119 Instruction *CondInst = dyn_cast<Instruction>(Condition); in processBlock() local 1720 if (auto *CondInst = dyn_cast<Instruction>(Cond)) { in processThreadableEdges() local
|
D | SimpleLoopUnswitch.cpp | 389 if (auto *CondInst = dyn_cast<Instruction>(BI.getCondition())) in unswitchTrivialBranch() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 515 if (auto *CondInst = dyn_cast<Instruction>(BI->getCondition())) in processNode() local
|
D | JumpThreading.cpp | 796 Instruction *CondInst = dyn_cast<Instruction>(Condition); in ProcessBlock() local
|
/external/llvm-project/llvm/unittests/Frontend/ |
D | OpenMPIRBuilderTest.cpp | 1222 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition()); in TEST_F() local 1416 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition()); in TEST_F() local
|
/external/llvm-project/polly/lib/CodeGen/ |
D | BlockGenerators.cpp | 642 if (auto *CondInst = dyn_cast<Instruction>(Cond)) in generateConditionalExecution() local
|