Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInlineSpiller.cpp752 Register InstrReg = TII.isLoadFromStackSlot(*MI, FI); in coalesceStackAccess() local
753 bool IsLoad = InstrReg; in coalesceStackAccess()
755 InstrReg = TII.isStoreToStackSlot(*MI, FI); in coalesceStackAccess()
758 if (InstrReg != Reg || FI != StackSlot) in coalesceStackAccess()