Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopDetection.h155 BoxedLoopsSetTy BoxedLoopsSet; member
177 BoxedLoopsSet(std::move(DC.BoxedLoopsSet)), in DetectionContext()
DScopInfo.h2398 const BoxedLoopsSetTy &getBoxedLoops() const { return DC.BoxedLoopsSet; } in getBoxedLoops()
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp445 Context.BoxedLoopsSet.insert(L); in addOverApproximatedRegion()
448 return (AllowNonAffineSubLoops || Context.BoxedLoopsSet.empty()); in addOverApproximatedRegion()
1104 if (Context.BoxedLoopsSet.count(L)) in isValidAccess()
1592 if (Context.BoxedLoopsSet.count(L)) in hasPossiblyDistributableLoop()
1619 int NumAffineLoops = NumLoops - Context.BoxedLoopsSet.size(); in isProfitableRegion()