Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h115 void addLiveIns(const MachineBasicBlock *MBB) { in addLiveIns() function
125 addLiveIns(*SI); in addLiveOuts()
H A DMachineTraceMetrics.h314 void addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dearly-ifcvt-crash.ll10 ; MachineTraceMetrics::Ensemble::addLiveIns crashes because the first operand
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DIfConversion.cpp1052 Redefs.addLiveIns(CvtBBI->BB); in IfConvertSimple()
1053 Redefs.addLiveIns(NextBBI->BB); in IfConvertSimple()
1058 DontKill.addLiveIns(NextBBI->BB); in IfConvertSimple()
1179 Redefs.addLiveIns(CvtBBI->BB); in IfConvertTriangle()
1180 Redefs.addLiveIns(NextBBI->BB); in IfConvertTriangle()
1335 Redefs.addLiveIns(BBI1->BB); in IfConvertDiamond()
H A DMachineTraceMetrics.cpp954 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(Deps[i].DefMI, Deps[i].DefOp, Stack); in computeInstrHeights()