Home
last modified time | relevance | path

Searched refs:addLiveIns (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/CodeGen/
DLivePhysRegs.cpp144 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()
DIfConversion.cpp1140 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()
DMachineTraceMetrics.cpp955 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/
DLivePhysRegs.h123 void addLiveIns(const MachineBasicBlock &MBB);
DMachineTraceMetrics.h315 void addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
/external/llvm/test/CodeGen/X86/
Dearly-ifcvt-crash.ll10 ; MachineTraceMetrics::Ensemble::addLiveIns crashes because the first operand
/external/llvm/lib/Target/AArch64/
DAArch64FrameLowering.cpp250 LiveRegs.addLiveIns(*MBB); in findScratchNonCalleeSaveRegister()