Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp881 typename std::vector<LoopT *> nestedLoops; in loopendPatternMatch() local
883 nestedLoops.push_back(loopRep); in loopendPatternMatch()
887 if (nestedLoops.size() == 0) { in loopendPatternMatch()
895 iter = nestedLoops.rbegin(), iterEnd = nestedLoops.rend(); in loopendPatternMatch()