Searched refs:outermostLoopInRegion (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DRegionInfo.h397 Loop *outermostLoopInRegion(Loop *L) const;
408 Loop *outermostLoopInRegion(LoopInfo *LI, BasicBlock* BB) const;
/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h476 LoopT *outermostLoopInRegion(LoopT *L) const;
487 LoopT *outermostLoopInRegion(LoopInfoT *LI, BlockT *BB) const;
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 112 milliseconds