Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp170 Region *ParentRegion; member in __anon4219a3590111::StructurizeCFG
288 ReversePostOrderTraversal<Region*> RPOT(ParentRegion); in orderNodes()
420 RegionInfo *RI = ParentRegion->getRegionInfo(); in gatherPredicates()
429 if (!ParentRegion->contains(*PI)) in gatherPredicates()
433 if (R == ParentRegion) { in gatherPredicates()
466 while (R->getParent() != ParentRegion) in gatherPredicates()
697 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() : in getNextFlow()
702 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion); in getNextFlow()
722 PrevNode = ParentRegion->getBBNode(Flow); in needPrefix()
730 BasicBlock *Exit = ParentRegion->getExit(); in needPostfix()
[all …]
/external/clang/lib/Sema/
DSemaOpenMP.cpp2215 auto ParentRegion = Stack->getParentDirective(); in CheckNestingOfRegions() local
2225 if (isOpenMPSimdDirective(ParentRegion) && CurrentRegion != OMPD_ordered) { in CheckNestingOfRegions()
2234 if (ParentRegion == OMPD_atomic) { in CheckNestingOfRegions()
2245 if (ParentRegion != OMPD_sections && in CheckNestingOfRegions()
2246 ParentRegion != OMPD_parallel_sections) { in CheckNestingOfRegions()
2248 << (ParentRegion != OMPD_unknown) in CheckNestingOfRegions()
2249 << getOpenMPDirectiveName(ParentRegion); in CheckNestingOfRegions()
2256 if (ParentRegion == OMPD_unknown) in CheckNestingOfRegions()
2272 !((CancelRegion == OMPD_parallel && ParentRegion == OMPD_parallel) || in CheckNestingOfRegions()
2274 (ParentRegion == OMPD_for || ParentRegion == OMPD_parallel_for)) || in CheckNestingOfRegions()
[all …]