Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp246 Region *ParentRegion; member in __anonf72db08f0111::StructurizeCFG
373 Order.resize(std::distance(GraphTraits<Region *>::nodes_begin(ParentRegion), in INITIALIZE_PASS_DEPENDENCY()
374 GraphTraits<Region *>::nodes_end(ParentRegion))); in INITIALIZE_PASS_DEPENDENCY()
379 auto EntryNode = SubGraphTraits::getEntryNode(ParentRegion); in INITIALIZE_PASS_DEPENDENCY()
459 RegionInfo *RI = ParentRegion->getRegionInfo(); in gatherPredicates()
466 if (!ParentRegion->contains(P)) in gatherPredicates()
470 if (R == ParentRegion) { in gatherPredicates()
499 while (R->getParent() != ParentRegion) in gatherPredicates()
735 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() : in getNextFlow()
740 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion); in getNextFlow()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp4655 OpenMPDirectiveKind ParentRegion = Stack->getParentDirective(); in checkNestingOfRegions() local
4656 OpenMPDirectiveKind OffendingRegion = ParentRegion; in checkNestingOfRegions()
4668 if (isOpenMPSimdDirective(ParentRegion) && in checkNestingOfRegions()
4691 if (ParentRegion == OMPD_atomic) { in checkNestingOfRegions()
4702 if (ParentRegion != OMPD_sections && in checkNestingOfRegions()
4703 ParentRegion != OMPD_parallel_sections) { in checkNestingOfRegions()
4705 << (ParentRegion != OMPD_unknown) in checkNestingOfRegions()
4706 << getOpenMPDirectiveName(ParentRegion); in checkNestingOfRegions()
4714 if (ParentRegion == OMPD_unknown && in checkNestingOfRegions()
4734 (ParentRegion == OMPD_parallel || in checkNestingOfRegions()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp344 CHRScope *findScopes(Region *R, Region *NextRegion, Region *ParentRegion,
995 CHRScope * CHR::findScopes(Region *R, Region *NextRegion, Region *ParentRegion, in findScopes() argument