Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCFG.cpp114 static const Loop *getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) { in getOutermostLoop() function
126 const Loop *L1 = getOutermostLoop(LI, BB1); in loopContainsBoth()
127 const Loop *L2 = getOutermostLoop(LI, BB2); in loopContainsBoth()
160 if (const Loop *Outer = LI ? getOutermostLoop(LI, BB) : nullptr) { in isPotentiallyReachableFromMany()