Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp656 Loop *ExitBBLoop = getFirstNonBoxedLoopFor(ExitBB, LI, scop->getBoxedLoops()); in propagateDomainConstraintsToRegionExit()
683 Loop *BBLoop = getFirstNonBoxedLoopFor(BB, LI, scop->getBoxedLoops()); in getPredecessorDomainConstraints()
721 getFirstNonBoxedLoopFor(PredBB, LI, scop->getBoxedLoops()); in getPredecessorDomainConstraints()
964 getFirstNonBoxedLoopFor(SuccBB, LI, scop->getBoxedLoops()); in buildDomainsWithBranchConstraints()
1052 getFirstNonBoxedLoopFor(SuccBB, LI, scop->getBoxedLoops()); in propagateInvalidStmtDomains()
2026 getFirstNonBoxedLoopFor(SR.getEntry(), LI, scop->getBoxedLoops()); in buildStmts()
H A DScopInfo.cpp2502 Result.NumBoxedLoops = getBoxedLoops().size(); in getStatistics()
/llvm-project-15.0.7/polly/lib/Transform/
H A DSimplify.cpp512 (!S->getBoxedLoops().size() && MA->getAccessInstruction() && in removeRedundantWrites()
/llvm-project-15.0.7/polly/include/polly/
H A DScopInfo.h2382 const BoxedLoopsSetTy &getBoxedLoops() const { return DC.BoxedLoopsSet; } in getBoxedLoops() function