Searched refs:OldCond (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 604 Value *OldCond = CountedExitBranch->getCondition(); in convertToCTRLoop() local 613 RecursivelyDeleteTriviallyDeadInstructions(OldCond); in convertToCTRLoop()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1857 ICmpInst *OldCond = Cond; in OptimizeLoopTermCond() local 1864 TermBr->replaceUsesOfWith(OldCond, Cond); in OptimizeLoopTermCond()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 1527 class CondCodeAlias<string Prefix,string Suffix, string OldCond, string NewCond> 1528 : MnemonicAlias<!strconcat(Prefix, OldCond, Suffix),
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2168 ICmpInst *OldCond = Cond; in OptimizeLoopTermCond() local 2175 TermBr->replaceUsesOfWith(OldCond, Cond); in OptimizeLoopTermCond()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 5310 auto *OldCond = BI->getCondition(); in SimplifyCondBranch() local 5315 RecursivelyDeleteTriviallyDeadInstructions(OldCond); in SimplifyCondBranch()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2688 class CondCodeAlias<string Prefix,string Suffix, string OldCond, string NewCond, 2690 : MnemonicAlias<!strconcat(Prefix, OldCond, Suffix),
|