Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2243 CurrentRegion->addMBB(CodeBB); in createIfRegion()
2246 if (CurrentRegion->getEntry() == CodeBB && !CurrentRegion->getHasLoop()) { in createIfRegion()
2257 createEntryPHIs(CurrentRegion); in createIfRegion()
2260 CurrentRegion->addMBB(CodeBB); in createIfRegion()
2270 CurrentRegion->addMBB(IfBB); in createIfRegion()
2274 CurrentRegion->setEntry(IfBB); in createIfRegion()
2302 CurrentRegion->addMBB(CodeBB); in createIfRegion()
2331 CurrentRegion->addMBB(IfBB); in createIfRegion()
2366 CurrentRegion); in createIfRegion()
2371 CurrentRegion->setEntry(IfBB); in createIfRegion()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionPass.h90 Region *CurrentRegion; variable
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h415 uptr CurrentRegion GUARDED_BY(Mutex); in alignas()
786 if (Sci->CurrentRegion) { in populateFreeList()
787 Region = Sci->CurrentRegion; in populateFreeList()
796 Sci->CurrentRegion = Region; in populateFreeList()
860 Sci->CurrentRegion = 0; in populateFreeList()
1075 compactPtrGroupBase(compactPtr(ClassId, Sci->CurrentRegion)); in markFreeBlocks()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4984 if (CurrentRegion != OMPD_cancel && CurrentRegion != OMPD_cancellation_point) in checkCancelRegion()
5017 CurrentRegion != OMPD_simd && CurrentRegion != OMPD_loop && in checkNestingOfRegions()
5018 CurrentRegion != OMPD_parallel && in checkNestingOfRegions()
5027 CurrentRegion != OMPD_simd && CurrentRegion != OMPD_atomic && in checkNestingOfRegions()
5028 CurrentRegion != OMPD_scan))) { in checkNestingOfRegions()
5045 return CurrentRegion != OMPD_simd; in checkNestingOfRegions()
5053 if (CurrentRegion == OMPD_section) { in checkNestingOfRegions()
5073 CurrentRegion != OMPD_cancel && CurrentRegion != OMPD_scan) in checkNestingOfRegions()
5088 CurrentRegion == OMPD_cancel) { in checkNestingOfRegions()
5122 } else if (CurrentRegion == OMPD_master || CurrentRegion == OMPD_masked) { in checkNestingOfRegions()
[all …]