Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp2005 BasicBlock *lastBB = reinterpret_cast<BasicBlock *>(condBBs.pop().u.p); in handleInstruction() local
2010 if (lastBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6) in handleInstruction()
2016 if (lastBB->getExit()->op == OP_BRA) { in handleInstruction()
2017 lastBB->cfg.attach(&convPoint->cfg, Graph::Edge::FORWARD); in handleInstruction()
2018 lastBB->getExit()->asFlow()->target.bb = convPoint; in handleInstruction()