Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVirtRegMap.cpp201 bool subRegLiveThrough(const MachineInstr &MI, MCRegister SuperPhysReg) const;
512 bool VirtRegRewriter::subRegLiveThrough(const MachineInstr &MI, in subRegLiveThrough() function in VirtRegRewriter
570 (MO.isDef() && subRegLiveThrough(MI, PhysReg))) in rewrite()