Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DLoopNestAnalysis.h80 Loop &getOutermostLoop() const { return *Loops.front(); } in getOutermostLoop() function
DLoopInfo.h118 const LoopT *getOutermostLoop() const { in getOutermostLoop() function
125 LoopT *getOutermostLoop() { in getOutermostLoop() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFG.cpp121 static const Loop *getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) { in getOutermostLoop() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DCFG.cpp128 static const Loop *getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) { in getOutermostLoop() function
/external/llvm/lib/Analysis/
DCFG.cpp113 static const Loop *getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) { in getOutermostLoop() function