Searched refs:getNextPostDom (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DRegionInfo.h635 // getNextPostDom - Returns the next BB that postdominates N, while skipping
637 DomTreeNode *getNextPostDom(DomTreeNode* N, BBtoBBMap *ShortCut) const;
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp553 DomTreeNode* RegionInfo::getNextPostDom(DomTreeNode* N, function in class:RegionInfo
613 while ((N = getNextPostDom(N, ShortCut))) {

Completed in 75 milliseconds