Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp35 CurrentRegion = nullptr; in RGPassManager()
76 CurrentRegion = RQ.back(); in runOnFunction()
84 CurrentRegion->getNameStr()); in runOnFunction()
92 PassManagerPrettyStackEntry X(P, *CurrentRegion->getEntry()); in runOnFunction()
98 LocalChanged = P->runOnRegion(CurrentRegion, *this); in runOnFunction()
114 CurrentRegion->getNameStr()); in runOnFunction()
125 CurrentRegion->verifyRegion(); in runOnFunction()
137 : CurrentRegion->getNameStr(), in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2271 CurrentRegion->addMBB(CodeBB); in createIfRegion()
2274 if (CurrentRegion->getEntry() == CodeBB && !CurrentRegion->getHasLoop()) { in createIfRegion()
2285 createEntryPHIs(CurrentRegion); in createIfRegion()
2288 CurrentRegion->addMBB(CodeBB); in createIfRegion()
2298 CurrentRegion->addMBB(IfBB); in createIfRegion()
2302 CurrentRegion->setEntry(IfBB); in createIfRegion()
2330 CurrentRegion->addMBB(CodeBB); in createIfRegion()
2359 CurrentRegion->addMBB(IfBB); in createIfRegion()
2394 CurrentRegion); in createIfRegion()
2399 CurrentRegion->setEntry(IfBB); in createIfRegion()
[all …]
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionPass.h89 Region *CurrentRegion; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4637 if (CurrentRegion != OMPD_cancel && CurrentRegion != OMPD_cancellation_point) in checkCancelRegion()
4671 CurrentRegion != OMPD_simd && CurrentRegion != OMPD_atomic && in checkNestingOfRegions()
4672 CurrentRegion != OMPD_scan))) { in checkNestingOfRegions()
4689 return CurrentRegion != OMPD_simd; in checkNestingOfRegions()
4697 if (CurrentRegion == OMPD_section) { in checkNestingOfRegions()
4717 CurrentRegion != OMPD_cancel && CurrentRegion != OMPD_scan) in checkNestingOfRegions()
4720 CurrentRegion == OMPD_cancel) { in checkNestingOfRegions()
4752 } else if (CurrentRegion == OMPD_master || CurrentRegion == OMPD_masked) { in checkNestingOfRegions()
4784 } else if (CurrentRegion == OMPD_barrier) { in checkNestingOfRegions()
4808 } else if (CurrentRegion == OMPD_ordered) { in checkNestingOfRegions()
[all …]