Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.cpp82 if (ctxt.RNumbering.empty()) in printValue()
83 ComputeNumbering(cast<Function>(ctxt.R), ctxt.RNumbering); in printValue()
84 out << '%' << ctxt.RNumbering[V]; in printValue()
H A DDiffConsumer.h65 DenseMap<const Value *, unsigned> RNumbering; member