Searched defs:CondInst (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/examples/Fibonacci/ |
H A D | fibonacci.cpp | 76 Value *CondInst = new ICmpInst(BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
|
/llvm-project/llvm/examples/ParallelJIT/ |
H A D | ParallelJIT.cpp | 107 Value *CondInst = new ICmpInst(BB, ICmpInst::ICMP_SLE, ArgX, Two, "cond"); in CreateFibFunction() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 1191 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 D | JumpThreading.cpp | 1053 Instruction *CondInst = dyn_cast<Instruction>(Condition); processBlock() local 1656 if (auto *CondInst = dyn_cast<Instruction>(Cond)) { processThreadableEdges() local [all...] |
H A D | SimpleLoopUnswitch.cpp | 527 if (auto *CondInst = dyn_cast<Instruction>(Cond)) in unswitchTrivialBranch() local
|
/llvm-project/polly/lib/CodeGen/ |
H A D | BlockGenerators.cpp | 626 if (auto *CondInst = dyn_cast<Instruction>(Cond)) generateConditionalExecution() local
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPIRBuilderTest.cpp | 2763 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...] |