Searched defs:CondInst (Results 1 – 10 of 10) 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/examples/ParallelJIT/ |
| D | ParallelJIT.cpp | 108 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/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
| D | EarlyCSE.cpp | 1087 bool EarlyCSE::handleBranchCondition(Instruction *CondInst, in handleBranchCondition() 1250 auto *CondInst = dyn_cast<Instruction>(BI->getCondition()); in processNode() local
|
| D | JumpThreading.cpp | 1149 Instruction *CondInst = dyn_cast<Instruction>(Condition); in processBlock() local 1748 if (auto *CondInst = dyn_cast<Instruction>(Cond)) { in processThreadableEdges() local
|
| D | SimpleLoopUnswitch.cpp | 484 if (auto *CondInst = dyn_cast<Instruction>(Cond)) 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
|