/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 246 Region *ParentRegion; member in __anon1ce152ee0111::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() 738 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() : in getNextFlow() 743 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion); in getNextFlow() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 191 Region *ParentRegion; member in __anonbe9856620111::StructurizeCFG 336 ReversePostOrderTraversal<Region*> RPOT(ParentRegion); in orderNodes() 452 RegionInfo *RI = ParentRegion->getRegionInfo(); in gatherPredicates() 459 if (!ParentRegion->contains(P)) in gatherPredicates() 463 if (R == ParentRegion) { in gatherPredicates() 492 while (R->getParent() != ParentRegion) in gatherPredicates() 726 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() : in getNextFlow() 731 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion); in getNextFlow() 750 PrevNode = ParentRegion->getBBNode(Flow); in needPrefix() 760 BasicBlock *Exit = ParentRegion->getExit(); in needPostfix() [all …]
|
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 174 Region *ParentRegion; member in __anon8acdf3800111::StructurizeCFG 302 ReversePostOrderTraversal<Region*> RPOT(ParentRegion); in orderNodes() 430 RegionInfo *RI = ParentRegion->getRegionInfo(); in gatherPredicates() 439 if (!ParentRegion->contains(*PI)) in gatherPredicates() 443 if (R == ParentRegion) { in gatherPredicates() 476 while (R->getParent() != ParentRegion) in gatherPredicates() 703 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() : in getNextFlow() 708 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion); in getNextFlow() 728 PrevNode = ParentRegion->getBBNode(Flow); in needPrefix() 736 BasicBlock *Exit = ParentRegion->getExit(); in needPostfix() [all …]
|
/external/llvm-project/polly/lib/CodeGen/ |
D | CodeGeneration.cpp | 107 static void fixRegionInfo(Function &F, Region &ParentRegion, RegionInfo &RI) { in fixRegionInfo() argument 112 RI.setRegionFor(&BB, &ParentRegion); in fixRegionInfo()
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3102 auto ParentRegion = Stack->getParentDirective(); in CheckNestingOfRegions() local 3103 auto OffendingRegion = ParentRegion; in CheckNestingOfRegions() 3113 if (isOpenMPSimdDirective(ParentRegion) && CurrentRegion != OMPD_ordered) { in CheckNestingOfRegions() 3127 if (ParentRegion == OMPD_atomic) { in CheckNestingOfRegions() 3138 if (ParentRegion != OMPD_sections && in CheckNestingOfRegions() 3139 ParentRegion != OMPD_parallel_sections) { in CheckNestingOfRegions() 3141 << (ParentRegion != OMPD_unknown) in CheckNestingOfRegions() 3142 << getOpenMPDirectiveName(ParentRegion); in CheckNestingOfRegions() 3149 if (ParentRegion == OMPD_unknown) in CheckNestingOfRegions() 3166 (ParentRegion == OMPD_parallel || in CheckNestingOfRegions() [all …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 4511 OpenMPDirectiveKind ParentRegion = Stack->getParentDirective(); in checkNestingOfRegions() local 4512 OpenMPDirectiveKind OffendingRegion = ParentRegion; in checkNestingOfRegions() 4524 if (isOpenMPSimdDirective(ParentRegion) && in checkNestingOfRegions() 4547 if (ParentRegion == OMPD_atomic) { in checkNestingOfRegions() 4558 if (ParentRegion != OMPD_sections && in checkNestingOfRegions() 4559 ParentRegion != OMPD_parallel_sections) { in checkNestingOfRegions() 4561 << (ParentRegion != OMPD_unknown) in checkNestingOfRegions() 4562 << getOpenMPDirectiveName(ParentRegion); in checkNestingOfRegions() 4570 if (ParentRegion == OMPD_unknown && in checkNestingOfRegions() 4590 (ParentRegion == OMPD_parallel || in checkNestingOfRegions() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 344 CHRScope *findScopes(Region *R, Region *NextRegion, Region *ParentRegion, 991 CHRScope * CHR::findScopes(Region *R, Region *NextRegion, Region *ParentRegion, in findScopes() argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 348 CHRScope *findScopes(Region *R, Region *NextRegion, Region *ParentRegion, 997 CHRScope * CHR::findScopes(Region *R, Region *NextRegion, Region *ParentRegion, in findScopes() argument
|