Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DRegionPass.cpp36 CurrentRegion = nullptr; in RGPassManager()
79 CurrentRegion = RQ.back(); in runOnFunction()
88 CurrentRegion->getNameStr()); in runOnFunction()
94 PassManagerPrettyStackEntry X(P, *CurrentRegion->getEntry()); in runOnFunction()
97 Changed |= P->runOnRegion(CurrentRegion, *this); in runOnFunction()
103 CurrentRegion->getNameStr()); in runOnFunction()
114 CurrentRegion->verifyRegion(); in runOnFunction()
125 CurrentRegion->getNameStr(), in runOnFunction()
146 RQ.push_back(CurrentRegion); in runOnFunction()
/external/llvm/include/llvm/Analysis/
DRegionPass.h89 Region *CurrentRegion; variable
/external/clang/lib/Sema/
DSemaOpenMP.cpp996 OpenMPDirectiveKind CurrentRegion, in CheckNestingOfRegions() argument
1085 if (CurrentRegion == OMPD_section) { in CheckNestingOfRegions()
1099 if (isOpenMPWorksharingDirective(CurrentRegion) && in CheckNestingOfRegions()
1100 !isOpenMPParallelDirective(CurrentRegion) && in CheckNestingOfRegions()
1101 !isOpenMPSimdDirective(CurrentRegion)) { in CheckNestingOfRegions()
1113 << ShouldBeInParallelRegion << getOpenMPDirectiveName(CurrentRegion); in CheckNestingOfRegions()