Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsRegisterBankInfo.cpp288 const MachineInstr *MI, SmallVectorImpl<MachineInstr *> &AdjacentInstrs, in visitAdjacentInstrs() argument
290 while (!AdjacentInstrs.empty()) { in visitAdjacentInstrs()
291 MachineInstr *AdjMI = AdjacentInstrs.pop_back_val(); in visitAdjacentInstrs()
HDMipsRegisterBankInfo.h120 SmallVectorImpl<MachineInstr *> &AdjacentInstrs,