Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp73 CmpInst *InnerLoopGuardCmp = in getInnerLoopGuardCmp() local
77 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() argument
97 (isa<CmpInst>(I) && &I != OuterLoopLatchCmp && &I != InnerLoopGuardCmp)) { in checkSafeInstruction()
138 CmpInst *InnerLoopGuardCmp = getInnerLoopGuardCmp(InnerLoop); in analyzeLoopNestForPerfectNest() local
147 bool IsSafeInstr = checkSafeInstruction(I, InnerLoopGuardCmp, in analyzeLoopNestForPerfectNest()
208 CmpInst *InnerLoopGuardCmp = getInnerLoopGuardCmp(InnerLoop); in getInterveningInstructions() local
212 if (!checkSafeInstruction(I, InnerLoopGuardCmp, OuterLoopLatchCmp, in getInterveningInstructions()