Searched refs:addLiveOuts (Results 1 - 24 of 24) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp257 LiveRegs.addLiveOuts(*MBB);
276 LiveRegs.addLiveOuts(*MBB);
296 LiveRegs.addLiveOuts(*MBB);
H A DLiveRegUnits.cpp119 void LiveRegUnits::addLiveOuts(const MachineBasicBlock &MBB) { function in class:LiveRegUnits
H A DLivePhysRegs.cpp230 void LivePhysRegs::addLiveOuts(const MachineBasicBlock &MBB) { function in class:LivePhysRegs
H A DBranchFolding.cpp371 LiveRegs.addLiveOuts(OldMBB);
901 LiveRegs.addLiveOuts(*Pred);
H A DRegisterScavenging.cpp91 LiveUnits.addLiveOuts(MBB);
H A DScheduleDAGInstrs.cpp1112 LiveRegs.addLiveOuts(MBB);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLivePhysRegs.h143 void addLiveOuts(const MachineBasicBlock &MBB);
H A DLiveRegUnits.h139 void addLiveOuts(const MachineBasicBlock &MBB);
H A DMachineOutliner.h146 LRU.addLiveOuts(*MBB);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp172 LiveRegs.addLiveOuts(MBB);
H A DSystemZShortenInst.cpp184 LiveRegs.addLiveOuts(MBB);
H A DSystemZElimCompare.cpp704 LiveRegs.addLiveOuts(MBB);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp438 LiveRegs.addLiveOuts(MBB);
H A DX86FloatingPoint.cpp1693 LPR.addLiveOuts(MBB);
H A DX86InstrInfo.cpp2471 LiveRegs.addLiveOuts(MBB);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp356 LPR.addLiveOuts(B);
H A DHexagonInstrInfo.cpp971 Regs.addLiveOuts(B);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp501 Units.addLiveOuts(MBB);
H A DAArch64FalkorHWPFFix.cpp716 LR.addLiveOuts(*MBB);
H A DAArch64InstrInfo.cpp6015 LRU.addLiveOuts(MBB);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp880 LiveRegs.addLiveOuts(MBB);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp654 UsedRegs.addLiveOuts(MBB);
H A DARMConstantIslandPass.cpp891 LRs.addLiveOuts(*OrigBB);
H A DARMLoadStoreOptimizer.cpp601 LiveRegs.addLiveOuts(MBB);

Completed in 214 milliseconds