Home
last modified time | relevance | path

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

/llvm-project/polly/lib/Analysis/
H A DScopDetection.cpp466 Context.BoxedLoopsSet.insert(L); in addOverApproximatedRegion()
469 return (AllowNonAffineSubLoops || Context.BoxedLoopsSet.empty()); in addOverApproximatedRegion()
1117 if (Context.BoxedLoopsSet.count(L)) in isValidAccess()
1706 if (Context.BoxedLoopsSet.count(L)) in hasPossiblyDistributableLoop()
1733 int NumAffineLoops = NumLoops - Context.BoxedLoopsSet.size(); in isProfitableRegion()
/llvm-project/polly/include/polly/
H A DScopDetection.h180 BoxedLoopsSetTy BoxedLoopsSet; member
H A DScopInfo.h2375 const BoxedLoopsSetTy &getBoxedLoops() const { return DC.BoxedLoopsSet; }