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

/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp228 const TargetFrameLowering::SpillSlot *FixedSpillSlots = local
246 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
247 while (FixedSlot != FixedSpillSlots+NumFixedSpillSlots &&
251 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {

Completed in 42 milliseconds