Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp736 BasicBlock *contBB = BasicBlock::get(ei.getNode()); in tryReplaceContWithBra() local
738 if (!contBB->getExit() || contBB->getExit()->op != OP_CONT || in tryReplaceContWithBra()
739 contBB->getExit()->getPredicate()) in tryReplaceContWithBra()
741 contBB->getExit()->op = OP_BRA; in tryReplaceContWithBra()
Dnv50_ir_from_tgsi.cpp3705 BasicBlock *contBB = reinterpret_cast<BasicBlock *>(loopBBs.peek().u.p); in handleInstruction() local
3706 mkFlow(OP_CONT, contBB, CC_ALWAYS, NULL); in handleInstruction()
3707 contBB->explicitCont = true; in handleInstruction()
3708 bb->cfg.attach(&contBB->cfg, Graph::Edge::BACK); in handleInstruction()