Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp922 LivePhysRegs LiveAtMI(HRI); in copyPhysReg() local
923 getLiveInRegsAt(LiveAtMI, *I); in copyPhysReg()
926 unsigned UndefLo = getUndefRegState(!LiveAtMI.contains(SrcLo)); in copyPhysReg()
927 unsigned UndefHi = getUndefRegState(!LiveAtMI.contains(SrcHi)); in copyPhysReg()