Searched defs:isNotAlreadyContainedIn (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h609 static bool isNotAlreadyContainedIn(const LoopT *SubLoop, function in class:llvm::LoopInfoBase
613 return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);

Completed in 55 milliseconds