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

/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp321 const TargetFrameLowering::SpillSlot *FixedSpillSlots = local
339 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
340 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots &&
344 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPEI.cpp337 const TargetFrameLowering::SpillSlot *FixedSpillSlots = local
355 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
356 while (FixedSlot != FixedSpillSlots + NumFixedSpillSlots &&
360 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {

Completed in 100 milliseconds