Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp463 Context.BoxedLoopsSet.insert(L); in addOverApproximatedRegion()
466 return (AllowNonAffineSubLoops || Context.BoxedLoopsSet.empty()); in addOverApproximatedRegion()
1122 if (Context.BoxedLoopsSet.count(L)) in isValidAccess()
1680 if (Context.BoxedLoopsSet.count(L)) in hasPossiblyDistributableLoop()
1707 int NumAffineLoops = NumLoops - Context.BoxedLoopsSet.size(); in isProfitableRegion()
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h177 BoxedLoopsSetTy BoxedLoopsSet; member
H A DScopInfo.h2382 const BoxedLoopsSetTy &getBoxedLoops() const { return DC.BoxedLoopsSet; } in getBoxedLoops()