Searched refs:ParentRegion (Results 1 – 5 of 5) sorted by relevance
246 Region *ParentRegion; member in __anon38fa2b110111::StructurizeCFG380 Order.resize(std::distance(GraphTraits<Region *>::nodes_begin(ParentRegion), in INITIALIZE_PASS_DEPENDENCY()381 GraphTraits<Region *>::nodes_end(ParentRegion))); in INITIALIZE_PASS_DEPENDENCY()386 auto EntryNode = SubGraphTraits::getEntryNode(ParentRegion); in INITIALIZE_PASS_DEPENDENCY()466 RegionInfo *RI = ParentRegion->getRegionInfo(); in gatherPredicates()473 if (!ParentRegion->contains(P)) in gatherPredicates()477 if (R == ParentRegion) { in gatherPredicates()506 while (R->getParent() != ParentRegion) in gatherPredicates()685 if (PHIBlock == ParentRegion->getExit()) { in findUndefBlocks()687 if (ParentRegion->contains(P)) in findUndefBlocks()[all …]
390 auto *ParentRegion = cast_or_null<VPRegionBlock>(VPBB->getParent()); in mergeBlocksIntoPredecessors() local391 if (ParentRegion && ParentRegion->getExiting() == VPBB) in mergeBlocksIntoPredecessors()392 ParentRegion->setExiting(PredVPBB); in mergeBlocksIntoPredecessors()
516 VPRegionBlock *ParentRegion = getParent()->getParent(); in generatePerPart() local517 VPBasicBlock *Header = ParentRegion->getEntryBasicBlock(); in generatePerPart()
4790 OpenMPDirectiveKind ParentRegion = Stack->getParentDirective(); in checkNestingOfRegions() local4791 OpenMPDirectiveKind OffendingRegion = ParentRegion; in checkNestingOfRegions()4806 getLeafOrCompositeConstructs(ParentRegion, LeafOrComposite); in checkNestingOfRegions()4817 if (isOpenMPSimdDirective(ParentRegion) && in checkNestingOfRegions()4853 << (ParentRegion != OMPD_unknown) in checkNestingOfRegions()4854 << getOpenMPDirectiveName(ParentRegion); in checkNestingOfRegions()4862 if (ParentRegion == OMPD_unknown && in checkNestingOfRegions()4871 (isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()4875 << true << getOpenMPDirectiveName(ParentRegion) << ErrorMsgNumber in checkNestingOfRegions()4892 ArrayRef<OpenMPDirectiveKind> Leafs = getLeafConstructsOrSelf(ParentRegion); in checkNestingOfRegions()[all …]
313 CHRScope *findScopes(Region *R, Region *NextRegion, Region *ParentRegion,976 CHRScope * CHR::findScopes(Region *R, Region *NextRegion, Region *ParentRegion, in findScopes() argument