Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp385 int FirstSS, SecondSS; in RemoveDeadStores() local
386 if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS && in RemoveDeadStores()
401 if (!(StoreReg = TII->isStoreToStackSlot(*NextMI, SecondSS))) in RemoveDeadStores()
403 if (FirstSS != SecondSS || LoadReg != StoreReg || FirstSS == -1) continue; in RemoveDeadStores()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStackSlotColoring.cpp686 int FirstSS, SecondSS; in RemoveDeadStores() local
690 if (!(StoreReg = TII->isStoreToStackSlot(NextMI, SecondSS))) continue; in RemoveDeadStores()
691 if (FirstSS != SecondSS || LoadReg != StoreReg || FirstSS == -1) continue; in RemoveDeadStores()