Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_tgsi.cpp2100 BasicBlock *convBB = new BasicBlock(func); in handleInstruction() local
2107 insertConvergenceOps(convBB, forkBB); in handleInstruction()
2108 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL); in handleInstruction()
2109 bb->cfg.attach(&convBB->cfg, Graph::Edge::FORWARD); in handleInstruction()
2113 prevBB->cfg.attach(&convBB->cfg, Graph::Edge::FORWARD); in handleInstruction()
2114 prevBB->getExit()->asFlow()->target.bb = convBB; in handleInstruction()
2116 setPosition(convBB, true); in handleInstruction()