Home
last modified time | relevance | path

Searched refs:LocalObjectCount (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLocalStackSlotAllocation.cpp91 unsigned LocalObjectCount = MFI->getObjectIndexEnd(); in runOnMachineFunction() local
95 if (!TRI->requiresVirtualBaseRegisters(MF) || LocalObjectCount == 0) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp116 unsigned LocalObjectCount = MFI.getObjectIndexEnd(); in runOnMachineFunction() local
120 if (!TRI->requiresVirtualBaseRegisters(MF) || LocalObjectCount == 0) in runOnMachineFunction()
/external/llvm/lib/CodeGen/
DLocalStackSlotAllocation.cpp107 unsigned LocalObjectCount = MFI->getObjectIndexEnd(); in INITIALIZE_PASS_DEPENDENCY() local
111 if (!TRI->requiresVirtualBaseRegisters(MF) || LocalObjectCount == 0) in INITIALIZE_PASS_DEPENDENCY()