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

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp320 unsigned NumFixedSpillSlots; local
322 TFI->getCalleeSavedSpillSlots(NumFixedSpillSlots);
340 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots &&
344 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPEI.cpp336 unsigned NumFixedSpillSlots; local
338 TFI->getCalleeSavedSpillSlots(NumFixedSpillSlots);
356 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots &&
360 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {

Completed in 75 milliseconds