Searched refs:CurrentRegion (Results 1 – 3 of 3) sorted by relevance
36 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()
89 Region *CurrentRegion; variable
996 OpenMPDirectiveKind CurrentRegion, in CheckNestingOfRegions() argument1085 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()