Searched defs:OuterLoopLatchCmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopNestAnalysis.cpp61 CmpInst *OuterLoopLatchCmp = dyn_cast<CmpInst>(BI->getCondition()); local
137 CmpInst *OuterLoopLatchCmp = getOuterLoopLatchCmp(OuterLoop); local
207 CmpInst *OuterLoopLatchCmp = getOuterLoopLatchCmp(OuterLoop); local
84 checkSafeInstruction(const Instruction &I, const CmpInst *InnerLoopGuardCmp, const CmpInst *OuterLoopLatchCmp, std::optional<Loop::LoopBounds> OuterLoopLB) argument
[all...]

Completed in 57 milliseconds