Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h548 DetectionContext *getDetectionContext(const Region *R) const;
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1925 ScopDetection::getDetectionContext(const Region *R) const { in getDetectionContext() function in ScopDetection
1933 const DetectionContext *DC = getDetectionContext(R); in lookupRejectionLog()
H A DScopBuilder.cpp3450 scop.reset(new Scop(R, SE, LI, DT, *SD.getDetectionContext(&R), ORE, in buildScop()