Home
last modified time | relevance | path

Searched refs:FirstSS (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp365 int FirstSS, SecondSS; in RemoveDeadStores() local
368 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue; in RemoveDeadStores()
370 if (FirstSS != SecondSS || LoadReg != StoreReg || FirstSS == -1) continue; in RemoveDeadStores()