Searched refs:CurrentRegion (Results 1 – 5 of 5) sorted by relevance
36 CurrentRegion = nullptr; in RGPassManager()79 CurrentRegion = RQ.back(); in runOnFunction()89 CurrentRegion->getNameStr()); in runOnFunction()96 PassManagerPrettyStackEntry X(P, *CurrentRegion->getEntry()); in runOnFunction()99 Changed |= P->runOnRegion(CurrentRegion, *this); in runOnFunction()106 CurrentRegion->getNameStr()); in runOnFunction()118 CurrentRegion->verifyRegion(); in runOnFunction()129 "<deleted>" : CurrentRegion->getNameStr(), in runOnFunction()150 RQ.push_back(CurrentRegion); in runOnFunction()
35 CurrentRegion = NULL; in RGPassManager()78 CurrentRegion = RQ.back(); in runOnFunction()87 CurrentRegion->getNameStr()); in runOnFunction()93 PassManagerPrettyStackEntry X(P, *CurrentRegion->getEntry()); in runOnFunction()96 Changed |= P->runOnRegion(CurrentRegion, *this); in runOnFunction()102 CurrentRegion->getNameStr()); in runOnFunction()113 CurrentRegion->verifyRegion(); in runOnFunction()124 CurrentRegion->getNameStr(), in runOnFunction()145 RQ.push_back(CurrentRegion); in runOnFunction()
87 Region *CurrentRegion; variable
89 Region *CurrentRegion; variable
1867 OpenMPDirectiveKind CurrentRegion, in CheckNestingOfRegions() argument3113 if (isOpenMPSimdDirective(ParentRegion) && CurrentRegion != OMPD_ordered) { in CheckNestingOfRegions()3122 SemaRef.Diag(StartLoc, (CurrentRegion != OMPD_simd) in CheckNestingOfRegions()3125 return CurrentRegion != OMPD_simd; in CheckNestingOfRegions()3133 if (CurrentRegion == OMPD_section) { in CheckNestingOfRegions()3151 if (CurrentRegion == OMPD_cancellation_point || in CheckNestingOfRegions()3152 CurrentRegion == OMPD_cancel) { in CheckNestingOfRegions()3175 } else if (CurrentRegion == OMPD_master) { in CheckNestingOfRegions()3181 } else if (CurrentRegion == OMPD_critical && CurrentName.getName()) { in CheckNestingOfRegions()3210 } else if (CurrentRegion == OMPD_barrier) { in CheckNestingOfRegions()[all …]