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);
424 RegionInfo *RI = ParentRegion->getRegionInfo();
433 if (!ParentRegion->contains(*PI))
437 if (R == ParentRegion) {
470 while (R->getParent() != ParentRegion)
701 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() :
706 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion);
726 PrevNode = ParentRegion->getBBNode(Flow)
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]

Completed in 104 milliseconds