Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopNestAnalysis.h80 Loop &getOutermostLoop() const { return *Loops.front(); } in getOutermostLoop() function
H A DLoopInfo.h118 const LoopT *getOutermostLoop() const { in getOutermostLoop() function
125 LoopT *getOutermostLoop() { in getOutermostLoop() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DCFG.cpp128 static const Loop *getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) { in getOutermostLoop() function