Searched refs:InstrReg (Results 1 – 1 of 1) sorted by relevance
1017 unsigned InstrReg = TII.isLoadFromStackSlot(MI, FI); in coalesceStackAccess() local1018 bool IsLoad = InstrReg; in coalesceStackAccess()1020 InstrReg = TII.isStoreToStackSlot(MI, FI); in coalesceStackAccess()1023 if (InstrReg != Reg || FI != StackSlot) in coalesceStackAccess()