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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp78 static void addBlockLiveIns(LiveRegUnits &LiveUnits, function
126 addBlockLiveIns(*this, *Succ);
139 addBlockLiveIns(*this, MBB);
H A DLivePhysRegs.cpp153 void LivePhysRegs::addBlockLiveIns(const MachineBasicBlock &MBB) { function in class:LivePhysRegs
210 addBlockLiveIns(*Succ);
239 addBlockLiveIns(MBB);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h163 void addBlockLiveIns(const MachineBasicBlock &MBB);

Completed in 108 milliseconds