Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h167 SmallVectorImpl<MachineInstr *> &AdjacentInstrs,
H A DMipsRegisterBankInfo.cpp312 const MachineInstr *MI, SmallVectorImpl<MachineInstr *> &AdjacentInstrs, in visitAdjacentInstrs() argument
314 while (!AdjacentInstrs.empty()) { in visitAdjacentInstrs()
315 MachineInstr *AdjMI = AdjacentInstrs.pop_back_val(); in visitAdjacentInstrs()