Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3672 BasicBlock *lbgnBB = new BasicBlock(func); in handleInstruction() local
3675 loopBBs.push(lbgnBB); in handleInstruction()
3682 bb->cfg.attach(&lbgnBB->cfg, Graph::Edge::TREE); in handleInstruction()
3683 setPosition(lbgnBB, true); in handleInstruction()
3684 mkFlow(OP_PRECONT, lbgnBB, CC_ALWAYS, NULL); in handleInstruction()