Home
last modified time | relevance | path

Searched refs:getRegionNodeLoop (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/include/polly/Support/
H A DScopHelper.h429 llvm::Loop *getRegionNodeLoop(llvm::RegionNode *RN, llvm::LoopInfo &LI);
/llvm-project-15.0.7/polly/lib/Support/
H A DScopHelper.cpp470 Loop *polly::getRegionNodeLoop(RegionNode *RN, LoopInfo &LI) { in getRegionNodeLoop() function in polly
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp620 Loop *BBLoop = getRegionNodeLoop(RN, LI); in propagateDomainConstraints()
913 auto *BBLoop = getRegionNodeLoop(RN, LI); in buildDomainsWithBranchConstraints()
1037 auto *BBLoop = getRegionNodeLoop(RN, LI); in propagateInvalidStmtDomains()
1236 Loop *L = getRegionNodeLoop(RN, LI); in buildSchedule()