Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DInlineSpiller.cpp1017 unsigned InstrReg = TII.isLoadFromStackSlot(MI, FI); in coalesceStackAccess() local
1018 bool IsLoad = InstrReg; in coalesceStackAccess()
1020 InstrReg = TII.isStoreToStackSlot(MI, FI); in coalesceStackAccess()
1023 if (InstrReg != Reg || FI != StackSlot) in coalesceStackAccess()