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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DPrologEpilogInserter.cpp240 const TargetFrameLowering::SpillSlot *FixedSpillSlots = local
258 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
259 while (FixedSlot != FixedSpillSlots+NumFixedSpillSlots &&
263 if (FixedSlot == FixedSpillSlots + NumFixedSpillSlots) {

Completed in 57 milliseconds