Home
last modified time | relevance | path

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

/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/Analysis/
H A DCFG.cpp128 static const Loop *getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) { in getOutermostLoop() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp759 static Loop *getOutermostLoop(Loop *L) { in getOutermostLoop() function