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

  /external/llvm/include/llvm/Analysis/
RegionInfo.h 592 // getNextPostDom - Returns the next BB that postdominates N, while skipping
594 DomTreeNode *getNextPostDom(DomTreeNode* N, BBtoBBMap *ShortCut) const;
  /external/llvm/lib/Analysis/
RegionInfo.cpp 518 DomTreeNode* RegionInfo::getNextPostDom(DomTreeNode* N,
578 while ((N = getNextPostDom(N, ShortCut))) {

Completed in 54 milliseconds