Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp293 const MachineInstr *MI, SmallVectorImpl<MachineInstr *> &AdjacentInstrs, in visitAdjacentInstrs() argument
295 while (!AdjacentInstrs.empty()) { in visitAdjacentInstrs()
296 MachineInstr *AdjMI = AdjacentInstrs.pop_back_val(); in visitAdjacentInstrs()
H A DMipsRegisterBankInfo.h168 SmallVectorImpl<MachineInstr *> &AdjacentInstrs,