Searched refs:addLiveIns (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | LivePhysRegs.cpp | 144 static void addLiveIns(LivePhysRegs &LiveRegs, const MachineBasicBlock &MBB) { in addLiveIns() function 163 ::addLiveIns(*this, *Succ); in addLiveOutsNoPristines() 183 void LivePhysRegs::addLiveIns(const MachineBasicBlock &MBB) { in addLiveIns() function in LivePhysRegs 188 ::addLiveIns(*this, MBB); in addLiveIns()
|
D | IfConversion.cpp | 1140 Redefs.addLiveIns(*CvtBBI->BB); in IfConvertSimple() 1141 Redefs.addLiveIns(*NextBBI->BB); in IfConvertSimple() 1146 DontKill.addLiveIns(*NextBBI->BB); in IfConvertSimple() 1245 Redefs.addLiveIns(*CvtBBI->BB); in IfConvertTriangle() 1246 Redefs.addLiveIns(*NextBBI->BB); in IfConvertTriangle() 1400 Redefs.addLiveIns(*BBI1->BB); in IfConvertDiamond()
|
D | MachineTraceMetrics.cpp | 955 addLiveIns(const MachineInstr *DefMI, unsigned DefOp, in addLiveIns() function in MachineTraceMetrics::Ensemble 1062 addLiveIns(Deps.front().DefMI, Deps.front().DefOp, Stack); in computeInstrHeights() 1095 addLiveIns(Dep.DefMI, Dep.DefOp, Stack); in computeInstrHeights()
|
/external/llvm/include/llvm/CodeGen/ |
D | LivePhysRegs.h | 123 void addLiveIns(const MachineBasicBlock &MBB);
|
D | MachineTraceMetrics.h | 315 void addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
|
/external/llvm/test/CodeGen/X86/ |
D | early-ifcvt-crash.ll | 10 ; MachineTraceMetrics::Ensemble::addLiveIns crashes because the first operand
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 250 LiveRegs.addLiveIns(*MBB); in findScratchNonCalleeSaveRegister()
|