Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_graph.h126 inline int incidentCount() const { return inCount; } in incidentCount() function
Dnv50_ir_ssa.cpp389 for (int s = 0; s < dfBB->cfg.incidentCount(); ++s) in convertToSSA()
514 assert(p < sb->cfg.incidentCount()); in search()
Dnv50_ir_ra.cpp352 if (b->cfg.incidentCount() <= 1) in needNewElseBlock()
636 if (bb->cfg.incidentCount()) { in collectLiveValues()
Dnv50_ir_emit_nvc0.cpp3247 if (bb->cfg.incidentCount() > 1) in visit()
Dnv50_ir_emit_gm107.cpp4191 if (start && bb->cfg.incidentCount() > 0) { in visit()
Dnv50_ir_lowering_nvc0.cpp680 if (bb->cfg.incidentCount() != 2 || bb->getEntry()->op != OP_PRECONT) in tryReplaceContWithBra()
Dnv50_ir_from_tgsi.cpp3700 if (getBB()->cfg.incidentCount() == 0) in handleInstruction()
Dnv50_ir_peephole.cpp3146 if (bf->cfg.incidentCount() == 1) in tryPropagateBranch()