Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDStructurizeCFG.cpp170 Region *ParentRegion; member in __anon7020cac60111::StructurizeCFG
288 ReversePostOrderTraversal<Region*> RPOT(ParentRegion); in orderNodes()
424 RegionInfo *RI = ParentRegion->getRegionInfo(); in gatherPredicates()
433 if (!ParentRegion->contains(*PI)) in gatherPredicates()
437 if (R == ParentRegion) { in gatherPredicates()
470 while (R->getParent() != ParentRegion) in gatherPredicates()
701 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() : in getNextFlow()
706 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion); in getNextFlow()
726 PrevNode = ParentRegion->getBBNode(Flow); in needPrefix()
734 BasicBlock *Exit = ParentRegion->getExit(); in needPostfix()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaOpenMP.cpp1839 auto ParentRegion = Stack->getParentDirective(); in CheckNestingOfRegions() local
1848 if (isOpenMPSimdDirective(ParentRegion)) { in CheckNestingOfRegions()
1854 if (ParentRegion == OMPD_atomic) { in CheckNestingOfRegions()
1865 if (ParentRegion != OMPD_sections && in CheckNestingOfRegions()
1866 ParentRegion != OMPD_parallel_sections) { in CheckNestingOfRegions()
1868 << (ParentRegion != OMPD_unknown) in CheckNestingOfRegions()
1869 << getOpenMPDirectiveName(ParentRegion); in CheckNestingOfRegions()
1876 if (ParentRegion == OMPD_unknown) in CheckNestingOfRegions()
1892 !((CancelRegion == OMPD_parallel && ParentRegion == OMPD_parallel) || in CheckNestingOfRegions()
1893 (CancelRegion == OMPD_for && ParentRegion == OMPD_for) || in CheckNestingOfRegions()
[all …]