Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/Analysis/
DScopDetection.cpp1396 auto ExpandedRegion = std::unique_ptr<Region>(R.getExpandedRegion()); in expandRegion() local
1400 while (ExpandedRegion) { in expandRegion()
1402 getBBPairForRegion(ExpandedRegion.get()), in expandRegion()
1403 DetectionContext(*ExpandedRegion, AA, false /*verifying*/))); in expandRegion()
1405 LLVM_DEBUG(dbgs() << "\t\tTrying " << ExpandedRegion->getNameStr() << "\n"); in expandRegion()
1413 removeCachedResults(*ExpandedRegion); in expandRegion()
1424 LastValidRegion = std::move(ExpandedRegion); in expandRegion()
1427 ExpandedRegion = in expandRegion()
1432 removeCachedResults(*ExpandedRegion); in expandRegion()
1434 ExpandedRegion = in expandRegion()
[all …]
/external/clang/lib/Frontend/
DTextDiagnostic.cpp417 bool ExpandedRegion = false; in selectInterestingSourceRegion() local
441 ExpandedRegion = true; in selectInterestingSourceRegion()
463 ExpandedRegion = true; in selectInterestingSourceRegion()
467 if (!ExpandedRegion) in selectInterestingSourceRegion()
/external/llvm-project/clang/lib/Frontend/
DTextDiagnostic.cpp416 bool ExpandedRegion = false; in selectInterestingSourceRegion() local
440 ExpandedRegion = true; in selectInterestingSourceRegion()
462 ExpandedRegion = true; in selectInterestingSourceRegion()
466 if (!ExpandedRegion) in selectInterestingSourceRegion()