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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
VirtRegMap.h 482 /// HasUnusedRegisters - Return true if there are any allocatable registers
484 bool HasUnusedRegisters() const {
StackSlotColoring.cpp 257 if (!(ColorWithRegs || ColorWithRegsOpt) || !VRM->HasUnusedRegisters())
732 if (NumSlots == 0 || !VRM->HasUnusedRegisters())

Completed in 351 milliseconds