Searched refs:InnerLoopGuardCmp (Results 1 – 1 of 1) sorted by relevance
73 CmpInst *InnerLoopGuardCmp = in getInnerLoopGuardCmp() local77 VerboseDebug, if (InnerLoopGuardCmp) { in getInnerLoopGuardCmp()78 dbgs() << "Inner loop guard compare instruction: " << *InnerLoopGuardCmp in getInnerLoopGuardCmp()81 return InnerLoopGuardCmp; in getInnerLoopGuardCmp()85 const CmpInst *InnerLoopGuardCmp, in checkSafeInstruction() argument97 (isa<CmpInst>(I) && &I != OuterLoopLatchCmp && &I != InnerLoopGuardCmp)) { in checkSafeInstruction()138 CmpInst *InnerLoopGuardCmp = getInnerLoopGuardCmp(InnerLoop); in analyzeLoopNestForPerfectNest() local147 bool IsSafeInstr = checkSafeInstruction(I, InnerLoopGuardCmp, in analyzeLoopNestForPerfectNest()208 CmpInst *InnerLoopGuardCmp = getInnerLoopGuardCmp(InnerLoop); in getInterveningInstructions() local212 if (!checkSafeInstruction(I, InnerLoopGuardCmp, OuterLoopLatchCmp, in getInterveningInstructions()