Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_lowering_nv50.cpp700 BasicBlock *currBB = i->bb; in handleTXL() local
704 bld.setPosition(currBB, true); in handleTXL()
705 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleTXL()
710 bld.setPosition(currBB, true); in handleTXL()
713 currBB->cfg.attach(&texiBB->cfg, Graph::Edge::FORWARD); in handleTXL()
716 currBB->cfg.attach(&laneBB->cfg, Graph::Edge::TREE); in handleTXL()
717 currBB = laneBB; in handleTXL()