Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopBuilder.cpp657 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()
DScopInfo.cpp2587 Result.NumBoxedLoops = getBoxedLoops().size(); in getStatistics()
/external/llvm-project/polly/lib/Transform/
DSimplify.cpp422 (!S->getBoxedLoops().size() && MA->getAccessInstruction() && in removeRedundantWrites()
/external/llvm-project/polly/include/polly/
DScopInfo.h2398 const BoxedLoopsSetTy &getBoxedLoops() const { return DC.BoxedLoopsSet; } in getBoxedLoops() function