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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp380 int FirstSS, SecondSS; local
381 if (TII->isStackSlotCopy(I, FirstSS, SecondSS) &&
382 FirstSS == SecondSS &&
396 if (!(StoreReg = TII->isStoreToStackSlot(NextMI, SecondSS))) continue;
397 if (FirstSS != SecondSS || LoadReg != StoreReg || FirstSS == -1) continue;

Completed in 94 milliseconds