HomeSort by relevance Sort by last modified time
    Searched defs:addLiveIns (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/
LivePhysRegs.cpp 144 static void addLiveIns(LivePhysRegs &LiveRegs, const MachineBasicBlock &MBB) {
163 ::addLiveIns(*this, *Succ);
183 void LivePhysRegs::addLiveIns(const MachineBasicBlock &MBB) {
188 ::addLiveIns(*this, MBB);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
LiveRegUnits.cpp 142 void LiveRegUnits::addLiveIns(const MachineBasicBlock &MBB) {
LivePhysRegs.cpp 241 void LivePhysRegs::addLiveIns(const MachineBasicBlock &MBB) {
258 void llvm::addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs) {
330 addLiveIns(MBB, LiveRegs);

Completed in 556 milliseconds