Home
last modified time | relevance | path

Searched defs:CondInst (Results 1 – 10 of 10) 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/examples/ParallelJIT/
DParallelJIT.cpp108 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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp1087 bool EarlyCSE::handleBranchCondition(Instruction *CondInst, in handleBranchCondition()
1250 auto *CondInst = dyn_cast<Instruction>(BI->getCondition()); in processNode() local
DJumpThreading.cpp1149 Instruction *CondInst = dyn_cast<Instruction>(Condition); in processBlock() local
1748 if (auto *CondInst = dyn_cast<Instruction>(Cond)) { in processThreadableEdges() local
DSimpleLoopUnswitch.cpp484 if (auto *CondInst = dyn_cast<Instruction>(Cond)) 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