Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp358 unsigned NumFixedSpillSlots; in assignCalleeSavedSpillSlots() local
360 TFI->getCalleeSavedSpillSlots(NumFixedSpillSlots); in assignCalleeSavedSpillSlots()
382 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots && in assignCalleeSavedSpillSlots()
387 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) { in assignCalleeSavedSpillSlots()