Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp246 Region *ParentRegion; member in __anondb40fec20111::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 …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp4644 OpenMPDirectiveKind ParentRegion = Stack->getParentDirective(); in checkNestingOfRegions() local
4645 OpenMPDirectiveKind OffendingRegion = ParentRegion; in checkNestingOfRegions()
4657 if (isOpenMPSimdDirective(ParentRegion) && in checkNestingOfRegions()
4680 if (ParentRegion == OMPD_atomic) { in checkNestingOfRegions()
4691 if (ParentRegion != OMPD_sections && in checkNestingOfRegions()
4692 ParentRegion != OMPD_parallel_sections) { in checkNestingOfRegions()
4694 << (ParentRegion != OMPD_unknown) in checkNestingOfRegions()
4695 << getOpenMPDirectiveName(ParentRegion); in checkNestingOfRegions()
4703 if (ParentRegion == OMPD_unknown && in checkNestingOfRegions()
4723 (ParentRegion == OMPD_parallel || in checkNestingOfRegions()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp344 CHRScope *findScopes(Region *R, Region *NextRegion, Region *ParentRegion,
990 CHRScope * CHR::findScopes(Region *R, Region *NextRegion, Region *ParentRegion, in findScopes() argument