Home | History | Annotate | Download | only in radeon

Lines Matching refs:findNearestCommonPostDom

393     BlockT *findNearestCommonPostDom(std::set<BlockT *>&);
394 BlockT *findNearestCommonPostDom(BlockT *Block1, BlockT *Block2);
986 exitLandBlk = findNearestCommonPostDom(exitBlkSet);
2573 CFGStructurizer<PassT>::findNearestCommonPostDom(BlockT *blk1, BlockT *blk2) {
2587 return findNearestCommonPostDom(*blk1->succ_begin(), blk2);
2590 return findNearestCommonPostDom(blk1, *blk2->succ_begin());
2610 CFGStructurizer<PassT>::findNearestCommonPostDom
2618 commonDom = findNearestCommonPostDom(curBlk, commonDom);
2632 } //findNearestCommonPostDom