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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp977 // Find exitLandBlk.
978 BlockT *exitLandBlk = NULL; local
984 exitLandBlk = *exitBlkSet.begin();
986 exitLandBlk = findNearestCommonPostDom(exitBlkSet);
988 if (exitLandBlk == NULL) {
1000 PathToKind pathKind = singlePathTo(exitBlk, exitLandBlk, true);
1003 << " to BB" << exitLandBlk->getNumber() << " PathToKind="
1028 if (exitLandBlk == parentLoopHeader &&
1029 (exitLandBlk = relocateLoopcontBlock(parentLoopRep,
1032 exitLandBlk)) !
1693 mergeLoopbreakBlock(BlockT *exitingBlk, BlockT *exitBlk, BlockT *exitLandBlk, RegiT setReg) argument
1849 relocateLoopcontBlock(LoopT *parentLoopRep, LoopT *loopRep, std::set<BlockT *> &exitBlkSet, BlockT *exitLandBlk) argument
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp977 // Find exitLandBlk.
978 BlockT *exitLandBlk = NULL; local
984 exitLandBlk = *exitBlkSet.begin();
986 exitLandBlk = findNearestCommonPostDom(exitBlkSet);
988 if (exitLandBlk == NULL) {
1000 PathToKind pathKind = singlePathTo(exitBlk, exitLandBlk, true);
1003 << " to BB" << exitLandBlk->getNumber() << " PathToKind="
1028 if (exitLandBlk == parentLoopHeader &&
1029 (exitLandBlk = relocateLoopcontBlock(parentLoopRep,
1032 exitLandBlk)) !
1693 mergeLoopbreakBlock(BlockT *exitingBlk, BlockT *exitBlk, BlockT *exitLandBlk, RegiT setReg) argument
1849 relocateLoopcontBlock(LoopT *parentLoopRep, LoopT *loopRep, std::set<BlockT *> &exitBlkSet, BlockT *exitLandBlk) argument
[all...]

Completed in 74 milliseconds