Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp426 int FirstSS, SecondSS; in RemoveDeadStores() local
427 if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS && in RemoveDeadStores()
428 FirstSS != -1) { in RemoveDeadStores()
442 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS, LoadSize))) in RemoveDeadStores()
452 if (FirstSS != SecondSS || LoadReg != StoreReg || FirstSS == -1 || in RemoveDeadStores()