Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionPass.h91 Region *CurrentRegion; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h168 uptr CurrentRegion GUARDED_BY(Mutex);
894 if (Sci->CurrentRegion) { in populateFreeList()
895 Region = Sci->CurrentRegion; in populateFreeList()
904 Sci->CurrentRegion = Region; in populateFreeList()
968 Sci->CurrentRegion = 0; in populateFreeList()
1190 compactPtrGroupBase(compactPtr(ClassId, Sci->CurrentRegion)); in markFreeBlocks()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4763 static bool checkCancelRegion(Sema &SemaRef, OpenMPDirectiveKind CurrentRegion, in checkCancelRegion() argument
4767 if (CurrentRegion != OMPD_cancel && CurrentRegion != OMPD_cancellation_point) in checkCancelRegion()
4781 OpenMPDirectiveKind CurrentRegion, in checkNestingOfRegions() argument
4810 !isOpenMPOrderConcurrentNestableDirective(CurrentRegion, in checkNestingOfRegions()
4813 << getOpenMPDirectiveName(CurrentRegion, OMPVersion); in checkNestingOfRegions()
4817 ((OMPVersion <= 45 && CurrentRegion != OMPD_ordered) || in checkNestingOfRegions()
4818 (OMPVersion >= 50 && CurrentRegion != OMPD_ordered && in checkNestingOfRegions()
4819 CurrentRegion != OMPD_simd && CurrentRegion != OMPD_atomic && in checkNestingOfRegions()
4820 CurrentRegion != OMPD_scan))) { in checkNestingOfRegions()
4833 SemaRef.Diag(StartLoc, (CurrentRegion != OMPD_simd) in checkNestingOfRegions()
[all …]