Home
last modified time | relevance | path

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

/external/llvm-project/polly/include/polly/
DScopDetection.h543 DetectionContext *getDetectionContext(const Region *R) const;
/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp1830 ScopDetection::getDetectionContext(const Region *R) const { in getDetectionContext() function in ScopDetection
1838 const DetectionContext *DC = getDetectionContext(R); in lookupRejectionLog()
DScopBuilder.cpp3633 scop.reset(new Scop(R, SE, LI, DT, *SD.getDetectionContext(&R), ORE, in buildScop()