Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-diff/
DDiffConsumer.cpp79 if (ctxt.LNumbering.empty()) in printValue()
80 ComputeNumbering(cast<Function>(ctxt.L), ctxt.LNumbering); in printValue()
81 out << '%' << ctxt.LNumbering[V]; in printValue()
DDiffConsumer.h64 DenseMap<Value*,unsigned> LNumbering; member