Searched refs:RNumbering (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.h65 DenseMap<Value*,unsigned> RNumbering; member in struct:llvm::DiffConsumer::DiffContext
H A DDiffConsumer.cpp83 if (ctxt.RNumbering.empty())
84 ComputeNumbering(cast<Function>(ctxt.R), ctxt.RNumbering);
85 out << '%' << ctxt.RNumbering[V];

Completed in 106 milliseconds