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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.h64 DenseMap<Value*,unsigned> LNumbering; member in struct:llvm::DiffConsumer::DiffContext
H A DDiffConsumer.cpp78 if (ctxt.LNumbering.empty())
79 ComputeNumbering(cast<Function>(ctxt.L), ctxt.LNumbering);
80 out << '%' << ctxt.LNumbering[V];

Completed in 131 milliseconds