Home
last modified time | relevance | path

Searched refs:sccIter (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp728 for (scc_iterator<FuncT *> sccIter = scc_begin(funcRep), in orderBlocks() local
729 sccEnd = scc_end(funcRep); sccIter != sccEnd; ++sccIter, ++sccNum) { in orderBlocks()
730 std::vector<BlockT *> &sccNext = *sccIter; in orderBlocks()