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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp1152 bool CFGStructurizer<PassT>::isSameloopDetachedContbreak(BlockT *src1Blk, argument
1154 // return true iff src1Blk->succ_size() == 0 && src1Blk and src2Blk are in the
1158 if (src1Blk->succ_size() == 0) {
1159 LoopT *loopRep = loopInfo->getLoopFor(src1Blk);
1165 << src1Blk->getNumber()
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp1152 bool CFGStructurizer<PassT>::isSameloopDetachedContbreak(BlockT *src1Blk, argument
1154 // return true iff src1Blk->succ_size() == 0 && src1Blk and src2Blk are in the
1158 if (src1Blk->succ_size() == 0) {
1159 LoopT *loopRep = loopInfo->getLoopFor(src1Blk);
1165 << src1Blk->getNumber()

Completed in 1036 milliseconds