Searched refs:OuterLoopLatchCmp (Results 1 – 1 of 1) sorted by relevance
61 CmpInst *OuterLoopLatchCmp = dyn_cast<CmpInst>(BI->getCondition()); in getOuterLoopLatchCmp() local63 VerboseDebug, if (OuterLoopLatchCmp) { in getOuterLoopLatchCmp()64 dbgs() << "Outer loop latch compare instruction: " << *OuterLoopLatchCmp in getOuterLoopLatchCmp()67 return OuterLoopLatchCmp; in getOuterLoopLatchCmp()86 const CmpInst *OuterLoopLatchCmp, in checkSafeInstruction() argument97 (isa<CmpInst>(I) && &I != OuterLoopLatchCmp && &I != InnerLoopGuardCmp)) { in checkSafeInstruction()137 CmpInst *OuterLoopLatchCmp = getOuterLoopLatchCmp(OuterLoop); in analyzeLoopNestForPerfectNest() local148 OuterLoopLatchCmp, OuterLoopLB); in analyzeLoopNestForPerfectNest()207 CmpInst *OuterLoopLatchCmp = getOuterLoopLatchCmp(OuterLoop); in getInterveningInstructions() local212 if (!checkSafeInstruction(I, InnerLoopGuardCmp, OuterLoopLatchCmp, in getInterveningInstructions()