Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopDetection.h121 struct DetectionContext { struct
165 DetectionContext(Region &R, AAResults &AA, bool Verify) in DetectionContext() argument
169 DetectionContext(const DetectionContext &&DC) in DetectionContext() function
205 using DetectionContextMapTy = DenseMap<BBPair, DetectionContext>;
230 bool addOverApproximatedRegion(Region *AR, DetectionContext &Context) const;
239 getDelinearizationTerms(DetectionContext &Context,
250 bool hasValidArraySizes(DetectionContext &Context,
264 bool computeAccessFunctions(DetectionContext &Context,
275 bool hasBaseAffineAccesses(DetectionContext &Context,
281 bool hasAffineMemoryAccesses(DetectionContext &Context) const;
[all …]
DScopInfo.h1747 ScopDetection::DetectionContext &DC;
1898 ScopDetection::DetectionContext &DC, OptimizationRemarkEmitter &ORE,
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp385 inline bool ScopDetection::invalid(DetectionContext &Context, bool Assert, in invalid()
411 DetectionContext(const_cast<Region &>(R), AA, false /*verifying*/))); in isMaxRegionInScop()
412 DetectionContext &Context = It.first->second; in isMaxRegionInScop()
434 DetectionContext &Context) const { in addOverApproximatedRegion()
452 InvariantLoadsSetTy &RequiredILS, DetectionContext &Context) const { in onlyValidRequiredInvariantLoads()
521 DetectionContext &Context) const { in isAffine()
534 DetectionContext &Context) const { in isValidSwitch()
558 DetectionContext &Context) const { in isValidBranch()
638 DetectionContext &Context) const { in isValidCFG()
669 DetectionContext &Context) const { in isValidCallInst()
[all …]
DScopInfo.cpp1701 DominatorTree &DT, ScopDetection::DetectionContext &DC, in Scop()