Searched defs:OldCond (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp604 Value *OldCond = CountedExitBranch->getCondition(); local
613 RecursivelyDeleteTriviallyDeadInstructions(OldCond);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1857 ICmpInst *OldCond = Cond; local
1864 TermBr->replaceUsesOfWith(OldCond, Cond);
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2168 ICmpInst *OldCond = Cond; local
2175 TermBr->replaceUsesOfWith(OldCond, Cond);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp5310 auto *OldCond = BI->getCondition(); local
5315 RecursivelyDeleteTriviallyDeadInstructions(OldCond);

Completed in 258 milliseconds