Home
last modified time | relevance | path

Searched refs:HasUnusedRegisters (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp257 if (!(ColorWithRegs || ColorWithRegsOpt) || !VRM->HasUnusedRegisters()) in ColorSlotsWithFreeRegs()
732 if (NumSlots == 0 || !VRM->HasUnusedRegisters()) in runOnMachineFunction()
DVirtRegMap.h484 bool HasUnusedRegisters() const { in HasUnusedRegisters() function