HomeSort by relevance Sort by last modified time
    Searched refs:ParentRegion (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 170 Region *ParentRegion;
288 ReversePostOrderTraversal<Region*> RPOT(ParentRegion);
420 RegionInfo *RI = ParentRegion->getRegionInfo();
429 if (!ParentRegion->contains(*PI))
433 if (R == ParentRegion) {
466 while (R->getParent() != ParentRegion)
697 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() :
702 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion);
722 PrevNode = ParentRegion->getBBNode(Flow)
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]

Completed in 614 milliseconds