Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_graph.cpp172 const int seq = graph->nextSequence(); in reachableBy()
200 unsigned int seq = graph->nextSequence(); in DFSIterator()
268 search(graph->getRoot(), graph->nextSequence()); in CFGIterator()
407 const int seq = nextSequence(); in findLightestPathWeight()
Dnv50_ir_graph.h155 inline int nextSequence();
180 int Graph::nextSequence() in nextSequence() function
Dnv50_ir_bb.cpp436 buildLiveSetsPreSSA(BasicBlock::get(cfg.getRoot()), cfg.nextSequence()); in buildLiveSets()
446 buildDefSetsPreSSA(BasicBlock::get(cfgExit), cfg.nextSequence()); in buildDefSets()
Dnv50_ir_ra.cpp1934 for (sequence = func->cfg.nextSequence(), i = 0; in execFunc()
1936 sequence = func->cfg.nextSequence(), ++i) in execFunc()