Home
last modified time | relevance | path

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

/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_graph.h124 inline int incidentCountFwd() const; // count of incident non-back edges
216 int Graph::Node::incidentCountFwd() const in incidentCountFwd() function
Dnv50_ir_graph.cpp304 if (++(ei.getNode()->tag) == ei.getNode()->incidentCountFwd()) in search()