Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp88 static void addBlockLiveIns(LiveRegUnits &LiveUnits, in addBlockLiveIns() function
145 addBlockLiveIns(*this, *Succ); in addLiveOuts()
158 addBlockLiveIns(*this, MBB); in addLiveIns()
H A DLivePhysRegs.cpp155 void LivePhysRegs::addBlockLiveIns(const MachineBasicBlock &MBB) { in addBlockLiveIns() function in LivePhysRegs
212 addBlockLiveIns(*Succ); in addLiveOutsNoPristines()
241 addBlockLiveIns(MBB); in addLiveIns()
245 addBlockLiveIns(MBB); in addLiveInsNoPristines()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h170 void addBlockLiveIns(const MachineBasicBlock &MBB);