Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A 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()
H A DRegionInfo.h488 LoopT *outermostLoopInRegion(LoopT *L) const;
499 LoopT *outermostLoopInRegion(LoopInfoT *LI, BlockT *BB) const;
/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp509 Loop *OuterLoop = R.outermostLoopInRegion(L); in hasVariantIndex()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1391 L = R->outermostLoopInRegion(L); in countBeneficialLoops()
H A DScopInfo.cpp2396 Loop *OuterLoop = R.outermostLoopInRegion(const_cast<Loop *>(L)); in getRelativeLoopDepth()