Searched defs:addLiveIns (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLivePhysRegs.cpp144 static void addLiveIns(LivePhysRegs &LiveRegs, const MachineBasicBlock &MBB) { function
163 ::addLiveIns(*this, *Succ);
183 void LivePhysRegs::addLiveIns(const MachineBasicBlock &MBB) { function in class:LivePhysRegs
188 ::addLiveIns(*this, MBB);

Completed in 135 milliseconds