Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp433 unsigned NumFixedSpillSlots; in assignCalleeSavedSpillSlots() local
435 TFI->getCalleeSavedSpillSlots(NumFixedSpillSlots); in assignCalleeSavedSpillSlots()
457 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots && in assignCalleeSavedSpillSlots()
462 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) { in assignCalleeSavedSpillSlots()