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.h167 bool visitAdjacentInstrs(const MachineInstr *MI,
H A DMipsRegisterBankInfo.cpp267 if (visitAdjacentInstrs(MI, DefUseContainer.getDefUses(), true, AmbiguousTy)) in visit()
271 if (visitAdjacentInstrs(MI, DefUseContainer.getUseDefs(), false, AmbiguousTy)) in visit()
292 bool MipsRegisterBankInfo::TypeInfoForMF::visitAdjacentInstrs( in visitAdjacentInstrs() function in MipsRegisterBankInfo::TypeInfoForMF