Home
last modified time | relevance | path

Searched refs:DetectionContextMap (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp367 for (auto &DIt : DetectionContextMap) { in detect()
393 assert(ValidRegions.size() <= DetectionContextMap.size() && in detect()
422 std::unique_ptr<DetectionContext> &Entry = DetectionContextMap[P]; in isMaxRegionInScop()
1487 std::unique_ptr<DetectionContext> &Entry = DetectionContextMap[P]; in expandRegion()
1501 DetectionContextMap.erase(P); in expandRegion()
1509 DetectionContextMap.erase(P); in expandRegion()
1520 DetectionContextMap.erase(P); in expandRegion()
1559 DetectionContextMap[getBBPairForRegion(&R)]; in findScops()
1802 for (auto &DIt : DetectionContextMap) { in emitMissedRemarks()
1926 auto DCMIt = DetectionContextMap.find(getBBPairForRegion(R)); in getDetectionContext()
[all …]
/llvm-project-15.0.7/polly/include/polly/
H A DScopDetection.h215 DetectionContextMapTy DetectionContextMap; variable