Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp2004 BasicBlock *convPoint = new BasicBlock(func); in handleInstruction() local
2011 insertConvergenceOps(convPoint, forkPoint); in handleInstruction()
2012 mkFlow(OP_BRA, convPoint, CC_ALWAYS, NULL); in handleInstruction()
2013 bb->cfg.attach(&convPoint->cfg, Graph::Edge::FORWARD); in handleInstruction()
2017 lastBB->cfg.attach(&convPoint->cfg, Graph::Edge::FORWARD); in handleInstruction()
2018 lastBB->getExit()->asFlow()->target.bb = convPoint; in handleInstruction()
2020 setPosition(convPoint, true); in handleInstruction()