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

  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 181 if (!Intf->isSpillable() || Intf->weight > VirtReg.weight)
260 if (!VirtReg.isSpillable())
CalcSpillWeights.cpp 113 bool Spillable = li.isSpillable();
RegAllocGreedy.cpp 715 bool Urgent = !VirtReg.isSpillable() &&
716 (Intf->isSpillable() ||
786 VirtReg.isSpillable() < Intf->isSpillable()) &&
    [all...]
InlineSpiller.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 542 /// isSpillable - Can this interval be spilled?
543 bool isSpillable() const {

Completed in 130 milliseconds