Searched refs:getBoxedLoops (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopBuilder.cpp | 656 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 D | ScopInfo.cpp | 2502 Result.NumBoxedLoops = getBoxedLoops().size(); in getStatistics()
|
| /llvm-project-15.0.7/polly/lib/Transform/ |
| H A D | Simplify.cpp | 512 (!S->getBoxedLoops().size() && MA->getAccessInstruction() && in removeRedundantWrites()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 2382 const BoxedLoopsSetTy &getBoxedLoops() const { return DC.BoxedLoopsSet; } in getBoxedLoops() function
|