Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFG.cpp113 static const Loop *getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) { in getOutermostLoop() function
125 const Loop *L1 = getOutermostLoop(LI, BB1); in loopContainsBoth()
126 const Loop *L2 = getOutermostLoop(LI, BB2); in loopContainsBoth()
159 if (const Loop *Outer = LI ? getOutermostLoop(LI, BB) : nullptr) { in isPotentiallyReachableFromMany()
/external/llvm/lib/Analysis/
DCFG.cpp113 static const Loop *getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) { in getOutermostLoop() function
125 const Loop *L1 = getOutermostLoop(LI, BB1); in loopContainsBoth()
126 const Loop *L2 = getOutermostLoop(LI, BB2); in loopContainsBoth()
159 if (const Loop *Outer = LI ? getOutermostLoop(LI, BB) : nullptr) { in isPotentiallyReachableFromMany()