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

/macosx-10.9.5/llvmCore-3425.0.33/tools/llvm-diff/
H A DDiffConsumer.h65 DenseMap<Value*,unsigned> LNumbering; member in struct:llvm::DiffConsumer::DiffContext
H A DDiffConsumer.cpp80 if (ctxt.LNumbering.empty())
81 ComputeNumbering(cast<Function>(ctxt.L), ctxt.LNumbering);
82 out << '%' << ctxt.LNumbering[V];

Completed in 100 milliseconds