HomeSort by relevance Sort by last modified time
    Searched refs:LastFn (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 512 // If this is a new LastFn instruction, bump the counter.
513 if (LastMI != MI || LastFn != getFunctionNumber()) {
516 LastFn = getFunctionNumber();
AsmPrinter.cpp 105 LastMI(nullptr), LastFn(0), Counter(~0U), SetCounter(0) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 477 mutable unsigned LastFn;

Completed in 38 milliseconds