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

/external/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h141 typename Tr::LoopT *RegionBase<Tr>::outermostLoopInRegion(LoopT *L) const { function in class:llvm::RegionBase
153 typename Tr::LoopT *RegionBase<Tr>::outermostLoopInRegion(LoopInfoT *LI, function in class:llvm::RegionBase
157 return outermostLoopInRegion(L);
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DRegionInfo.cpp119 Loop *Region::outermostLoopInRegion(Loop *L) const { function in class:Region
130 Loop *Region::outermostLoopInRegion(LoopInfo *LI, BasicBlock* BB) const { function in class:Region
133 return outermostLoopInRegion(L);

Completed in 97 milliseconds