Home
last modified time | relevance | path

Searched refs:ParentRegion (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDStructurizeCFG.cpp246 Region *ParentRegion; member in __anon38fa2b110111::StructurizeCFG
380 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 …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDVPlanTransforms.cpp390 auto *ParentRegion = cast_or_null<VPRegionBlock>(VPBB->getParent()); in mergeBlocksIntoPredecessors() local
391 if (ParentRegion && ParentRegion->getExiting() == VPBB) in mergeBlocksIntoPredecessors()
392 ParentRegion->setExiting(PredVPBB); in mergeBlocksIntoPredecessors()
HDVPlanRecipes.cpp516 VPRegionBlock *ParentRegion = getParent()->getParent(); in generatePerPart() local
517 VPBasicBlock *Header = ParentRegion->getEntryBasicBlock(); in generatePerPart()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp4790 OpenMPDirectiveKind ParentRegion = Stack->getParentDirective(); in checkNestingOfRegions() local
4791 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 …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDControlHeightReduction.cpp313 CHRScope *findScopes(Region *R, Region *NextRegion, Region *ParentRegion,
976 CHRScope * CHR::findScopes(Region *R, Region *NextRegion, Region *ParentRegion, in findScopes() argument