Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_from_sm4.cpp2062 BasicBlock *breakBB = reinterpret_cast<BasicBlock *>(breakBBs.peek().u.p); in handleInstruction() local
2063 mkFlow(OP_BREAK, breakBB, CC_ALWAYS, NULL); in handleInstruction()
2064 bb->cfg.attach(&breakBB->cfg, Graph::Edge::CROSS); in handleInstruction()
2070 BasicBlock *breakBB = reinterpret_cast<BasicBlock *>(breakBBs.peek().u.p); in handleInstruction() local
2072 mkFlow(OP_BREAK, breakBB, cc, src(0, 0)); in handleInstruction()
2073 bb->cfg.attach(&breakBB->cfg, Graph::Edge::CROSS); in handleInstruction()