Searched defs:StoreReg (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp367 unsigned StoreReg = 0; local
369 if (!(StoreReg = TII->isStoreToStackSlot(NextMI, SecondSS))) continue;
370 if (FirstSS != SecondSS || LoadReg != StoreReg || FirstSS == -1) continue;

Completed in 24 milliseconds