Home
last modified time | relevance | path

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

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