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 166 Region *ParentRegion;
281 scc_iterator<Region *> I = scc_begin(ParentRegion);
363 RegionInfo *RI = ParentRegion->getRegionInfo();
372 if (!ParentRegion->contains(*PI))
376 if (R == ParentRegion) {
409 while(R->getParent() != ParentRegion)
636 BasicBlock *Insert = Order.empty() ? ParentRegion->getExit() :
641 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion);
661 PrevNode = ParentRegion->getBBNode(Flow)
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]

Completed in 56 milliseconds