Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/Fibonacci/
H A Dfibonacci.cpp76 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
/openbsd-src/gnu/llvm/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp107 Value *CondInst = new ICmpInst(*BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1087 bool EarlyCSE::handleBranchCondition(Instruction *CondInst, in handleBranchCondition()
1250 auto *CondInst = dyn_cast<Instruction>(BI->getCondition()); in processNode() local
H A DJumpThreading.cpp1149 Instruction *CondInst = dyn_cast<Instruction>(Condition); in processBlock() local
1748 if (auto *CondInst = dyn_cast<Instruction>(Cond)) { in processThreadableEdges() local
H A DSimpleLoopUnswitch.cpp484 if (auto *CondInst = dyn_cast<Instruction>(Cond)) in unswitchTrivialBranch() local