Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp284 Region *ParentRegion; member in __anone8c890770111::StructurizeCFG
420 Order.resize(std::distance(GraphTraits<Region *>::nodes_begin(ParentRegion), in INITIALIZE_PASS_DEPENDENCY()
421 GraphTraits<Region *>::nodes_end(ParentRegion))); in INITIALIZE_PASS_DEPENDENCY()
426 auto EntryNode = SubGraphTraits::getEntryNode(ParentRegion); in INITIALIZE_PASS_DEPENDENCY()
512 RegionInfo *RI = ParentRegion->getRegionInfo(); in gatherPredicates()
519 if (!ParentRegion->contains(P)) in gatherPredicates()
523 if (R == ParentRegion) { in gatherPredicates()
552 while (R->getParent() != ParentRegion) in gatherPredicates()
719 if (PHIBlock == ParentRegion->getExit()) { in findUndefBlocks()
721 if (ParentRegion->contains(P)) in findUndefBlocks()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanTransforms.cpp401 VPRegionBlock *ParentRegion = Region->getParent(); in addReplicateRegions() local
402 if (ParentRegion && ParentRegion->getExiting() == CurrentBlock) in addReplicateRegions()
403 ParentRegion->setExiting(SplitBlock); in addReplicateRegions()
431 auto *ParentRegion = VPBB->getParent(); in mergeBlocksIntoPredecessors() local
432 if (ParentRegion && ParentRegion->getExiting() == VPBB) in mergeBlocksIntoPredecessors()
433 ParentRegion->setExiting(PredVPBB); in mergeBlocksIntoPredecessors()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4789 OpenMPDirectiveKind ParentRegion = Stack->getParentDirective(); in checkNestingOfRegions() local
4790 OpenMPDirectiveKind OffendingRegion = ParentRegion; in checkNestingOfRegions()
4805 getLeafOrCompositeConstructs(ParentRegion, LeafOrComposite); in checkNestingOfRegions()
4816 if (isOpenMPSimdDirective(ParentRegion) && in checkNestingOfRegions()
4852 << (ParentRegion != OMPD_unknown) in checkNestingOfRegions()
4853 << getOpenMPDirectiveName(ParentRegion, OMPVersion); in checkNestingOfRegions()
4861 if (ParentRegion == OMPD_unknown && in checkNestingOfRegions()
4870 (isOpenMPWorksharingDirective(ParentRegion) || in checkNestingOfRegions()
4874 << true << getOpenMPDirectiveName(ParentRegion, OMPVersion) in checkNestingOfRegions()
4891 ArrayRef<OpenMPDirectiveKind> Leafs = getLeafConstructsOrSelf(ParentRegion); in checkNestingOfRegions()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp311 CHRScope *findScopes(Region *R, Region *NextRegion, Region *ParentRegion,
971 CHRScope * CHR::findScopes(Region *R, Region *NextRegion, Region *ParentRegion, in findScopes() argument