Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.h164 bool visitAdjacentInstrs(const MachineInstr *MI,
H A DMipsRegisterBankInfo.cpp238 if (visitAdjacentInstrs(MI, DefUseContainer.getDefUses(), true, AmbiguousTy)) in visit()
242 if (visitAdjacentInstrs(MI, DefUseContainer.getUseDefs(), false, AmbiguousTy)) in visit()
263 bool MipsRegisterBankInfo::TypeInfoForMF::visitAdjacentInstrs( in visitAdjacentInstrs() function in MipsRegisterBankInfo::TypeInfoForMF