Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRDFGraph.h683 Iterator &up() { Pos = DS.nextUp(Pos); return *this; } in up()
729 unsigned nextUp(unsigned P) const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRDFGraph.cpp718 unsigned DataFlowGraph::DefStack::nextUp(unsigned P) const { in nextUp() function in DataFlowGraph::DefStack