Home
last modified time | relevance | path

Searched refs:FirstSS (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()
387 FirstSS != -1) { in RemoveDeadStores()
399 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS))) 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
689 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue; in RemoveDeadStores()
691 if (FirstSS != SecondSS || LoadReg != StoreReg || FirstSS == -1) continue; in RemoveDeadStores()