HomeSort by: relevance | last modified time | path
    Searched refs:addLiveIns (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LivePhysRegs.h 134 void addLiveIns(const MachineBasicBlock &MBB);
185 void addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs);
187 /// Convenience function combining computeLiveIns() and addLiveIns().
LiveRegUnits.h 141 void addLiveIns(const MachineBasicBlock &MBB);
MachineTraceMetrics.h 335 void addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LivePhysRegs.cpp 236 void LivePhysRegs::addLiveIns(const MachineBasicBlock &MBB) {
253 void llvm::addLiveIns(MachineBasicBlock &MBB, const LivePhysRegs &LiveRegs) {
338 addLiveIns(MBB, LiveRegs);
LiveRegUnits.cpp 141 void LiveRegUnits::addLiveIns(const MachineBasicBlock &MBB) {
IfConversion.cpp 1567 Redefs.addLiveIns(CvtMBB);
1568 Redefs.addLiveIns(NextMBB);
1668 Redefs.addLiveIns(CvtMBB);
1669 Redefs.addLiveIns(NextMBB);
1831 Redefs.addLiveIns(MBB1);
1832 Redefs.addLiveIns(MBB2);
MachineTraceMetrics.cpp 979 addLiveIns(const MachineInstr *DefMI, unsigned DefOp,
1086 addLiveIns(Deps.front().DefMI, Deps.front().DefOp, Stack);
1119 addLiveIns(Dep.DefMI, Dep.DefOp, Stack);
1132 // Update virtual live-in heights. They were added by addLiveIns() with a 0
MachineOutliner.cpp 693 addLiveIns(MBB, LiveIns);
RegisterScavenging.cpp 86 LiveUnits.addLiveIns(MBB);
MachineSink.cpp 1569 LiveInRegUnits.addLiveIns(MBB);
BranchFolding.cpp 866 addLiveIns(*MBB, NewLiveIns);
MachineBasicBlock.cpp 1024 addLiveIns(*SplitBB, LiveRegs);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 633 LiveRegs.addLiveIns(*EntryBlk);
707 addLiveIns(*GuardedRegsBlk, LiveRegs);
708 addLiveIns(*TailBlk, LiveRegs);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIFrameLowering.cpp 210 LiveRegs.addLiveIns(MBB);
676 LiveRegs.addLiveIns(MBB);
908 LiveRegs.addLiveIns(MBB);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64LoadStoreOptimizer.cpp 2236 DefinedInBB.addLiveIns(MBB);
AArch64FrameLowering.cpp 598 LiveRegs.addLiveIns(*MBB);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 1923 LPR.addLiveIns(B);
HexagonInstrInfo.cpp 796 Regs.addLiveIns(B);

Completed in 47 milliseconds