Searched refs:getBoxedLoops (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/polly/lib/Analysis/ |
D | ScopBuilder.cpp | 657 Loop *ExitBBLoop = getFirstNonBoxedLoopFor(ExitBB, LI, scop->getBoxedLoops()); in propagateDomainConstraintsToRegionExit() 683 Loop *BBLoop = getFirstNonBoxedLoopFor(BB, LI, scop->getBoxedLoops()); in getPredecessorDomainConstraints() 720 getFirstNonBoxedLoopFor(PredBB, LI, scop->getBoxedLoops()); in getPredecessorDomainConstraints() 963 getFirstNonBoxedLoopFor(SuccBB, LI, scop->getBoxedLoops()); in buildDomainsWithBranchConstraints() 1051 getFirstNonBoxedLoopFor(SuccBB, LI, scop->getBoxedLoops()); in propagateInvalidStmtDomains() 2188 getFirstNonBoxedLoopFor(SR.getEntry(), LI, scop->getBoxedLoops()); in buildStmts()
|
D | ScopInfo.cpp | 2587 Result.NumBoxedLoops = getBoxedLoops().size(); in getStatistics()
|
/external/llvm-project/polly/lib/Transform/ |
D | Simplify.cpp | 422 (!S->getBoxedLoops().size() && MA->getAccessInstruction() && in removeRedundantWrites()
|
/external/llvm-project/polly/include/polly/ |
D | ScopInfo.h | 2398 const BoxedLoopsSetTy &getBoxedLoops() const { return DC.BoxedLoopsSet; } in getBoxedLoops() function
|