Home
last modified time | relevance | path

Searched refs:OldCond (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp573 Value *OldCond = CountedExitBranch->getCondition(); in convertToCTRLoop() local
582 RecursivelyDeleteTriviallyDeadInstructions(OldCond); in convertToCTRLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2184 ICmpInst *OldCond = Cond; in OptimizeLoopTermCond() local
2191 TermBr->replaceUsesOfWith(OldCond, Cond); in OptimizeLoopTermCond()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2718 auto *OldCond = BI->getCondition(); in SimplifyCondBranchToCondBranch() local
2720 RecursivelyDeleteTriviallyDeadInstructions(OldCond); in SimplifyCondBranchToCondBranch()
/external/llvm/lib/Target/X86/
DX86InstrInfo.td2684 class CondCodeAlias<string Prefix,string Suffix, string OldCond, string NewCond,
2686 : MnemonicAlias<!strconcat(Prefix, OldCond, Suffix),