HomeSort by relevance Sort by last modified time
    Searched full:getoutermostloop (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Analysis/
CFG.cpp 112 static const Loop *getOutermostLoop(const LoopInfo *LI, const BasicBlock *BB) {
124 const Loop *L1 = getOutermostLoop(LI, BB1);
125 const Loop *L2 = getOutermostLoop(LI, BB2);
159 if (const Loop *Outer = LI ? getOutermostLoop(LI, BB) : nullptr) {

Completed in 50 milliseconds