Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3651 BasicBlock *convBB = new BasicBlock(func); in handleInstruction() local
3658 insertConvergenceOps(convBB, forkBB); in handleInstruction()
3659 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL); in handleInstruction()
3660 bb->cfg.attach(&convBB->cfg, Graph::Edge::FORWARD); in handleInstruction()
3664 prevBB->cfg.attach(&convBB->cfg, Graph::Edge::FORWARD); in handleInstruction()
3665 prevBB->getExit()->asFlow()->target.bb = convBB; in handleInstruction()
3667 setPosition(convBB, true); in handleInstruction()