Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_ssa.cpp195 EdgeIterator succIt, chldIt; in findDominanceFrontiers() local
206 for (chldIt = bb->dom.outgoing(); !chldIt.end(); chldIt.next()) { in findDominanceFrontiers()
207 BasicBlock *cb = BasicBlock::get(chldIt.getNode()); in findDominanceFrontiers()