Home
last modified time | relevance | path

Searched refs:CurrentRegion (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DRegionPass.cpp37 CurrentRegion = nullptr; in RGPassManager()
78 CurrentRegion = RQ.back(); in runOnFunction()
86 CurrentRegion->getNameStr()); in runOnFunction()
94 PassManagerPrettyStackEntry X(P, *CurrentRegion->getEntry()); in runOnFunction()
100 LocalChanged = P->runOnRegion(CurrentRegion, *this); in runOnFunction()
116 CurrentRegion->getNameStr()); in runOnFunction()
127 CurrentRegion->verifyRegion(); in runOnFunction()
139 : CurrentRegion->getNameStr(), in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2244 CurrentRegion->addMBB(CodeBB); in createIfRegion()
2247 if (CurrentRegion->getEntry() == CodeBB && !CurrentRegion->getHasLoop()) { in createIfRegion()
2258 createEntryPHIs(CurrentRegion); in createIfRegion()
2261 CurrentRegion->addMBB(CodeBB); in createIfRegion()
2271 CurrentRegion->addMBB(IfBB); in createIfRegion()
2275 CurrentRegion->setEntry(IfBB); in createIfRegion()
2303 CurrentRegion->addMBB(CodeBB); in createIfRegion()
2332 CurrentRegion->addMBB(IfBB); in createIfRegion()
2367 CurrentRegion); in createIfRegion()
2372 CurrentRegion->setEntry(IfBB); in createIfRegion()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h260 uptr CurrentRegion; in alignas() local
339 if (Sci->CurrentRegion) { in populateFreeList()
340 Region = Sci->CurrentRegion; in populateFreeList()
349 Sci->CurrentRegion = Region; in populateFreeList()
402 Sci->CurrentRegion = 0; in populateFreeList()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DRegionPass.h90 Region *CurrentRegion; variable
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1592 for (Region *CurrentRegion : ToExpand) { in findScops()
1595 if (!ValidRegions.count(CurrentRegion)) in findScops()
1599 bool HadErrors = lookupRejectionLog(CurrentRegion)->hasErrors(); in findScops()
1603 Region *ExpandedR = expandRegion(*CurrentRegion); in findScops()
1610 removeCachedResults(*CurrentRegion); in findScops()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp4913 if (CurrentRegion != OMPD_cancel && CurrentRegion != OMPD_cancellation_point) in checkCancelRegion()
4948 CurrentRegion != OMPD_simd && CurrentRegion != OMPD_atomic && in checkNestingOfRegions()
4949 CurrentRegion != OMPD_scan))) { in checkNestingOfRegions()
4966 return CurrentRegion != OMPD_simd; in checkNestingOfRegions()
4974 if (CurrentRegion == OMPD_section) { in checkNestingOfRegions()
4994 CurrentRegion != OMPD_cancel && CurrentRegion != OMPD_scan) in checkNestingOfRegions()
4997 CurrentRegion == OMPD_cancel) { in checkNestingOfRegions()
5031 } else if (CurrentRegion == OMPD_master || CurrentRegion == OMPD_masked) { in checkNestingOfRegions()
5064 } else if (CurrentRegion == OMPD_barrier) { in checkNestingOfRegions()
5092 } else if (CurrentRegion == OMPD_ordered) { in checkNestingOfRegions()
[all …]