Searched refs:DetectionContext (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/polly/include/polly/ |
D | ScopDetection.h | 121 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 …]
|
D | ScopInfo.h | 1747 ScopDetection::DetectionContext &DC; 1898 ScopDetection::DetectionContext &DC, OptimizationRemarkEmitter &ORE,
|
/external/llvm-project/polly/lib/Analysis/ |
D | ScopDetection.cpp | 385 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 …]
|
D | ScopInfo.cpp | 1701 DominatorTree &DT, ScopDetection::DetectionContext &DC, in Scop()
|