Home
last modified time | relevance | path

Searched defs:CondInst (Results 1 – 14 of 14) sorted by relevance

/external/llvm/examples/Fibonacci/
Dfibonacci.cpp77 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
/external/llvm-project/llvm/examples/Fibonacci/
Dfibonacci.cpp76 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp108 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
/external/llvm-project/llvm/examples/ParallelJIT/
DParallelJIT.cpp106 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/
DEarlyCSE.cpp849 bool EarlyCSE::handleBranchCondition(Instruction *CondInst, in handleBranchCondition()
923 auto *CondInst = dyn_cast<Instruction>(BI->getCondition()); in processNode() local
DJumpThreading.cpp1086 Instruction *CondInst = dyn_cast<Instruction>(Condition); in ProcessBlock() local
1659 if (auto *CondInst = dyn_cast<Instruction>(Cond)) { in ProcessThreadableEdges() local
DSimpleLoopUnswitch.cpp382 if (auto *CondInst = dyn_cast<Instruction>(BI.getCondition())) in unswitchTrivialBranch() local
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp1027 bool EarlyCSE::handleBranchCondition(Instruction *CondInst, in handleBranchCondition()
1181 auto *CondInst = dyn_cast<Instruction>(BI->getCondition()); in processNode() local
DJumpThreading.cpp1119 Instruction *CondInst = dyn_cast<Instruction>(Condition); in processBlock() local
1720 if (auto *CondInst = dyn_cast<Instruction>(Cond)) { in processThreadableEdges() local
DSimpleLoopUnswitch.cpp389 if (auto *CondInst = dyn_cast<Instruction>(BI.getCondition())) in unswitchTrivialBranch() local
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp515 if (auto *CondInst = dyn_cast<Instruction>(BI->getCondition())) in processNode() local
DJumpThreading.cpp796 Instruction *CondInst = dyn_cast<Instruction>(Condition); in ProcessBlock() local
/external/llvm-project/llvm/unittests/Frontend/
DOpenMPIRBuilderTest.cpp1222 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/
DBlockGenerators.cpp642 if (auto *CondInst = dyn_cast<Instruction>(Cond)) in generateConditionalExecution() local