Searched defs:exitBlks (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp959 // Compute the corresponding exitBlks and exit block set.
960 BlockTSmallerVector exitBlks; local
966 exitBlks.push_back(exitBlk);
971 assert(exitBlks.size() == exitingBlks.size());
1038 exitBlks)) != NULL) {
1054 exitBlks.clear();
1071 exitBlks.push_back(newExitBlk);
1075 for (typename BlockTSmallerVector::iterator iterExit = exitBlks.begin(),
1076 iterExitEnd = exitBlks.end();
1082 for (typename BlockTSmallerVector::iterator iterExit = exitBlks
1900 addLoopEndbranchBlock(LoopT *loopRep, BlockTSmallerVector &exitingBlks, BlockTSmallerVector &exitBlks) argument
2369 recordLoopLandBlock(LoopT *loopRep, BlockT *landBlk, BlockTSmallerVector &exitBlks, std::set<BlockT *> &exitBlkSet) argument
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp959 // Compute the corresponding exitBlks and exit block set.
960 BlockTSmallerVector exitBlks; local
966 exitBlks.push_back(exitBlk);
971 assert(exitBlks.size() == exitingBlks.size());
1038 exitBlks)) != NULL) {
1054 exitBlks.clear();
1071 exitBlks.push_back(newExitBlk);
1075 for (typename BlockTSmallerVector::iterator iterExit = exitBlks.begin(),
1076 iterExitEnd = exitBlks.end();
1082 for (typename BlockTSmallerVector::iterator iterExit = exitBlks
1900 addLoopEndbranchBlock(LoopT *loopRep, BlockTSmallerVector &exitingBlks, BlockTSmallerVector &exitBlks) argument
2369 recordLoopLandBlock(LoopT *loopRep, BlockT *landBlk, BlockTSmallerVector &exitBlks, std::set<BlockT *> &exitBlkSet) argument
[all...]

Completed in 113 milliseconds