Searched refs:ParentRegion (Results 1 – 3 of 3) sorted by relevance
174 Region *ParentRegion; member in __anon4219a3590111::StructurizeCFG302 ReversePostOrderTraversal<Region*> RPOT(ParentRegion); in orderNodes()430 RegionInfo *RI = ParentRegion->getRegionInfo(); in gatherPredicates()439 if (!ParentRegion->contains(*PI)) in gatherPredicates()443 if (R == ParentRegion) { in gatherPredicates()476 while (R->getParent() != ParentRegion) in gatherPredicates()703 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() : in getNextFlow()708 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion); in getNextFlow()728 PrevNode = ParentRegion->getBBNode(Flow); in needPrefix()736 BasicBlock *Exit = ParentRegion->getExit(); in needPostfix()[all …]
184 Region *ParentRegion; member in __anonb2dc59910111::StructurizeCFG329 ReversePostOrderTraversal<Region*> RPOT(ParentRegion); in orderNodes()445 RegionInfo *RI = ParentRegion->getRegionInfo(); in gatherPredicates()452 if (!ParentRegion->contains(P)) in gatherPredicates()456 if (R == ParentRegion) { in gatherPredicates()485 while (R->getParent() != ParentRegion) in gatherPredicates()701 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() : in getNextFlow()706 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion); in getNextFlow()725 PrevNode = ParentRegion->getBBNode(Flow); in needPrefix()735 BasicBlock *Exit = ParentRegion->getExit(); in needPostfix()[all …]
3102 auto ParentRegion = Stack->getParentDirective(); in CheckNestingOfRegions() local3103 auto OffendingRegion = ParentRegion; in CheckNestingOfRegions()3113 if (isOpenMPSimdDirective(ParentRegion) && CurrentRegion != OMPD_ordered) { in CheckNestingOfRegions()3127 if (ParentRegion == OMPD_atomic) { in CheckNestingOfRegions()3138 if (ParentRegion != OMPD_sections && in CheckNestingOfRegions()3139 ParentRegion != OMPD_parallel_sections) { in CheckNestingOfRegions()3141 << (ParentRegion != OMPD_unknown) in CheckNestingOfRegions()3142 << getOpenMPDirectiveName(ParentRegion); in CheckNestingOfRegions()3149 if (ParentRegion == OMPD_unknown) in CheckNestingOfRegions()3166 (ParentRegion == OMPD_parallel || in CheckNestingOfRegions()[all …]