HomeSort by: relevance | last modified time | path
    Searched refs:addDebugifyOperand (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineDebugify.cpp 144 auto addDebugifyOperand = [&](unsigned N) {
149 addDebugifyOperand(NextLine - 1);
151 addDebugifyOperand(VarSet.size());
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Debugify.cpp 193 auto addDebugifyOperand = [&](unsigned N) {
197 addDebugifyOperand(NextLine - 1); // Original number of lines.
198 addDebugifyOperand(NextVar - 1); // Original number of variables.

Completed in 72 milliseconds