Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCFG.cpp128 static const Loop *getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) { in getOutermostLoop() function
157 if (const Loop *L = getOutermostLoop(LI, BB)) in isPotentiallyReachableFromMany()
162 const Loop *StopLoop = LI ? getOutermostLoop(LI, StopBB) : nullptr; in isPotentiallyReachableFromMany()
179 Outer = getOutermostLoop(LI, BB); in isPotentiallyReachableFromMany()
H A DLoopNestAnalysis.cpp364 OS << ", OutermostLoop: " << LN.getOutermostLoop().getName(); in operator <<()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h72 Loop &getOutermostLoop() const { return *Loops.front(); } in getOutermostLoop() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopPassManager.cpp247 : &any_cast<const LoopNest *>(IR)->getOutermostLoop(); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp759 static Loop *getOutermostLoop(Loop *L) { in getOutermostLoop() function
770 Loop *OutermostLoop = getOutermostLoop(L); in breakLoopBackedge()