Searched refs:CurrentRegion (Results 1 – 6 of 6) sorted by relevance
37 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()
2244 CurrentRegion->addMBB(CodeBB); in createIfRegion()2247 if (CurrentRegion->getEntry() == CodeBB && !CurrentRegion->getHasLoop()) { in createIfRegion()2258 createEntryPHIs(CurrentRegion); in createIfRegion()2261 CurrentRegion->addMBB(CodeBB); in createIfRegion()2271 CurrentRegion->addMBB(IfBB); in createIfRegion()2275 CurrentRegion->setEntry(IfBB); in createIfRegion()2303 CurrentRegion->addMBB(CodeBB); in createIfRegion()2332 CurrentRegion->addMBB(IfBB); in createIfRegion()2367 CurrentRegion); in createIfRegion()2372 CurrentRegion->setEntry(IfBB); in createIfRegion()[all …]
260 uptr CurrentRegion; in alignas() local339 if (Sci->CurrentRegion) { in populateFreeList()340 Region = Sci->CurrentRegion; in populateFreeList()349 Sci->CurrentRegion = Region; in populateFreeList()402 Sci->CurrentRegion = 0; in populateFreeList()
90 Region *CurrentRegion; variable
1592 for (Region *CurrentRegion : ToExpand) { in findScops()1595 if (!ValidRegions.count(CurrentRegion)) in findScops()1599 bool HadErrors = lookupRejectionLog(CurrentRegion)->hasErrors(); in findScops()1603 Region *ExpandedR = expandRegion(*CurrentRegion); in findScops()1610 removeCachedResults(*CurrentRegion); in findScops()
4913 if (CurrentRegion != OMPD_cancel && CurrentRegion != OMPD_cancellation_point) in checkCancelRegion()4948 CurrentRegion != OMPD_simd && CurrentRegion != OMPD_atomic && in checkNestingOfRegions()4949 CurrentRegion != OMPD_scan))) { in checkNestingOfRegions()4966 return CurrentRegion != OMPD_simd; in checkNestingOfRegions()4974 if (CurrentRegion == OMPD_section) { in checkNestingOfRegions()4994 CurrentRegion != OMPD_cancel && CurrentRegion != OMPD_scan) in checkNestingOfRegions()4997 CurrentRegion == OMPD_cancel) { in checkNestingOfRegions()5031 } else if (CurrentRegion == OMPD_master || CurrentRegion == OMPD_masked) { in checkNestingOfRegions()5064 } else if (CurrentRegion == OMPD_barrier) { in checkNestingOfRegions()5092 } else if (CurrentRegion == OMPD_ordered) { in checkNestingOfRegions()[all …]