Home
last modified time | relevance | path

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

/llvm-project/llvm/examples/Fibonacci/
H A Dfibonacci.cpp76 Value *CondInst = new ICmpInst(BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
/llvm-project/llvm/examples/ParallelJIT/
H A DParallelJIT.cpp107 Value *CondInst = new ICmpInst(BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1191 handleBranchCondition(Instruction * CondInst,const BranchInst * BI,const BasicBlock * BB,const BasicBlock * Pred) handleBranchCondition() argument
1368 auto *CondInst = dyn_cast<Instruction>(BI->getCondition()); processNode() local
H A DJumpThreading.cpp1053 Instruction *CondInst = dyn_cast<Instruction>(Condition); processBlock() local
1656 if (auto *CondInst = dyn_cast<Instruction>(Cond)) { processThreadableEdges() local
[all...]
H A DSimpleLoopUnswitch.cpp527 if (auto *CondInst = dyn_cast<Instruction>(Cond)) in unswitchTrivialBranch() local
/llvm-project/polly/lib/CodeGen/
H A DBlockGenerators.cpp626 if (auto *CondInst = dyn_cast<Instruction>(Cond)) generateConditionalExecution() local
/llvm-project/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp2763 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition()); TEST_F() local
2842 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition()); TEST_F() local
3341 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition()); TEST_F() local
3431 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition()); TEST_F() local
3551 CmpInst *CondInst = cast<CmpInst>(EntryBr->getCondition()); TEST_F() local
[all...]