Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3652 BasicBlock *prevBB = reinterpret_cast<BasicBlock *>(condBBs.pop().u.p); in handleInstruction() local
3657 if (prevBB->getExit()->op == OP_BRA && joinBBs.getSize() < 6) in handleInstruction()
3663 if (prevBB->getExit()->op == OP_BRA) { in handleInstruction()
3664 prevBB->cfg.attach(&convBB->cfg, Graph::Edge::FORWARD); in handleInstruction()
3665 prevBB->getExit()->asFlow()->target.bb = convBB; in handleInstruction()