Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/Support/
DScopHelper.h460 llvm::Loop *getRegionNodeLoop(llvm::RegionNode *RN, llvm::LoopInfo &LI);
/external/llvm-project/polly/lib/Support/
DScopHelper.cpp516 Loop *polly::getRegionNodeLoop(RegionNode *RN, LoopInfo &LI) { in getRegionNodeLoop() function in polly
/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp621 Loop *BBLoop = getRegionNodeLoop(RN, LI); in propagateDomainConstraints()
912 auto *BBLoop = getRegionNodeLoop(RN, LI); in buildDomainsWithBranchConstraints()
1036 auto *BBLoop = getRegionNodeLoop(RN, LI); in propagateInvalidStmtDomains()
1234 Loop *L = getRegionNodeLoop(RN, LI); in buildSchedule()