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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LocalStackSlotAllocation.cpp 91 unsigned LocalObjectCount = MFI->getObjectIndexEnd();
95 if (!TRI->requiresVirtualBaseRegisters(MF) || LocalObjectCount == 0)
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 107 unsigned LocalObjectCount = MFI->getObjectIndexEnd();
111 if (!TRI->requiresVirtualBaseRegisters(MF) || LocalObjectCount == 0)

Completed in 574 milliseconds