Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp877 LivePhysRegs LiveAtMI(HRI); in copyPhysReg() local
878 getLiveInRegsAt(LiveAtMI, *I); in copyPhysReg()
881 unsigned UndefLo = getUndefRegState(!LiveAtMI.contains(SrcLo)); in copyPhysReg()
882 unsigned UndefHi = getUndefRegState(!LiveAtMI.contains(SrcHi)); in copyPhysReg()