Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp326 unsigned NumFixedSpillSlots; in calculateCalleeSavedRegisters() local
328 TFI->getCalleeSavedSpillSlots(NumFixedSpillSlots); in calculateCalleeSavedRegisters()
346 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots && in calculateCalleeSavedRegisters()
350 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) { in calculateCalleeSavedRegisters()