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

/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp385 int FirstSS, SecondSS; local
386 if (TII->isStackSlotCopy(*I, FirstSS, SecondSS) && FirstSS == SecondSS &&
387 FirstSS != -1) {
399 if (!(LoadReg = TII->isLoadFromStackSlot(*I, FirstSS)))
403 if (FirstSS != SecondSS || LoadReg != StoreReg || FirstSS == -1) continue;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DStackSlotColoring.cpp686 int FirstSS, SecondSS; local
689 if (!(LoadReg = TII->isLoadFromStackSlot(I, FirstSS))) continue;
691 if (FirstSS != SecondSS || LoadReg != StoreReg || FirstSS == -1) continue;

Completed in 102 milliseconds