Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h143 struct DetectionContext { struct
252 getDelinearizationTerms(DetectionContext &Context,
263 bool hasValidArraySizes(DetectionContext &Context,
277 bool computeAccessFunctions(DetectionContext &Context,
288 bool hasBaseAffineAccesses(DetectionContext &Context,
310 bool allBlocksValid(DetectionContext &Context);
323 bool hasSufficientCompute(DetectionContext &Context,
352 bool isValidRegion(DetectionContext &Context);
399 DetectionContext &Context) const;
467 DetectionContext &Context);
[all …]
H A DScopInfo.h1702 ScopDetection::DetectionContext &DC;
1872 ScopDetection::DetectionContext &DC, OptimizationRemarkEmitter &ORE,
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp368 DetectionContext &DC = *DIt.getSecond().get(); in detect()
576 DetectionContext &Context) { in isValidBranch()
656 DetectionContext &Context) { in isValidCFG()
810 DetectionContext &Ctx) const { in isInvariant()
1490 DetectionContext &Context = *Entry.get(); in expandRegion()
1558 std::unique_ptr<DetectionContext> &Entry = in findScops()
1561 DetectionContext &Context = *Entry.get(); in findScops()
1675 DetectionContext &Context) const { in hasPossiblyDistributableLoop()
1803 DetectionContext &DC = *DIt.getSecond().get(); in emitMissedRemarks()
1924 ScopDetection::DetectionContext *
[all …]
H A DScopInfo.cpp1598 DominatorTree &DT, ScopDetection::DetectionContext &DC, in Scop()