Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h713 Pos = DS.nextUp(Pos); in up()
764 unsigned nextUp(unsigned P) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp713 unsigned DataFlowGraph::DefStack::nextUp(unsigned P) const { in nextUp() function in llvm::rdf::DataFlowGraph::DefStack