Searched refs:CurrentRegion (Results 1 – 5 of 5) sorted by relevance
35 CurrentRegion = nullptr; in RGPassManager()76 CurrentRegion = RQ.back(); in runOnFunction()84 CurrentRegion->getNameStr()); in runOnFunction()92 PassManagerPrettyStackEntry X(P, *CurrentRegion->getEntry()); in runOnFunction()98 LocalChanged = P->runOnRegion(CurrentRegion, *this); in runOnFunction()114 CurrentRegion->getNameStr()); in runOnFunction()125 CurrentRegion->verifyRegion(); in runOnFunction()137 : CurrentRegion->getNameStr(), in runOnFunction()
2271 CurrentRegion->addMBB(CodeBB); in createIfRegion()2274 if (CurrentRegion->getEntry() == CodeBB && !CurrentRegion->getHasLoop()) { in createIfRegion()2285 createEntryPHIs(CurrentRegion); in createIfRegion()2288 CurrentRegion->addMBB(CodeBB); in createIfRegion()2298 CurrentRegion->addMBB(IfBB); in createIfRegion()2302 CurrentRegion->setEntry(IfBB); in createIfRegion()2330 CurrentRegion->addMBB(CodeBB); in createIfRegion()2359 CurrentRegion->addMBB(IfBB); in createIfRegion()2394 CurrentRegion); in createIfRegion()2399 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()
89 Region *CurrentRegion; variable
4637 if (CurrentRegion != OMPD_cancel && CurrentRegion != OMPD_cancellation_point) in checkCancelRegion()4671 CurrentRegion != OMPD_simd && CurrentRegion != OMPD_atomic && in checkNestingOfRegions()4672 CurrentRegion != OMPD_scan))) { in checkNestingOfRegions()4689 return CurrentRegion != OMPD_simd; in checkNestingOfRegions()4697 if (CurrentRegion == OMPD_section) { in checkNestingOfRegions()4717 CurrentRegion != OMPD_cancel && CurrentRegion != OMPD_scan) in checkNestingOfRegions()4720 CurrentRegion == OMPD_cancel) { in checkNestingOfRegions()4752 } else if (CurrentRegion == OMPD_master || CurrentRegion == OMPD_masked) { in checkNestingOfRegions()4784 } else if (CurrentRegion == OMPD_barrier) { in checkNestingOfRegions()4808 } else if (CurrentRegion == OMPD_ordered) { in checkNestingOfRegions()[all …]