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

12

/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegUnits.cpp119 void LiveRegUnits::addLiveOuts(const MachineBasicBlock &MBB) { function in class:LiveRegUnits
H A DReachingDefAnalysis.cpp406 LiveRegs.addLiveOuts(*MBB);
454 LiveRegs.addLiveOuts(*MBB);
486 LiveRegs.addLiveOuts(*MBB);
506 LiveRegs.addLiveOuts(*MBB);
H A DLivePhysRegs.cpp230 void LivePhysRegs::addLiveOuts(const MachineBasicBlock &MBB) { function in class:LivePhysRegs
H A DBranchFolding.cpp364 LiveRegs.addLiveOuts(OldMBB);
858 LiveRegs.addLiveOuts(*Pred);
H A DMachineOutliner.cpp687 CandLiveIns.addLiveOuts(OutlineBB);
H A DRegisterScavenging.cpp91 LiveUnits.addLiveOuts(MBB);
H A DScheduleDAGInstrs.cpp1113 LiveRegs.addLiveOuts(MBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZPostRewrite.cpp172 LiveRegs.addLiveOuts(MBB);
H A DSystemZShortenInst.cpp211 LiveRegs.addLiveOuts(MBB);
H A DSystemZElimCompare.cpp704 LiveRegs.addLiveOuts(MBB);
H A DSystemZInstrInfo.cpp1850 LiveRegs.addLiveOuts(*MBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp438 LiveRegs.addLiveOuts(MBB);
H A DX86FloatingPoint.cpp1696 LPR.addLiveOuts(MBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp356 LPR.addLiveOuts(B);
H A DHexagonInstrInfo.cpp806 Regs.addLiveOuts(B);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp501 Units.addLiveOuts(MBB);
H A DAArch64FalkorHWPFFix.cpp716 LR.addLiveOuts(*MBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp656 UsedRegs.addLiveOuts(MBB);
H A DARMConstantIslandPass.cpp879 LRs.addLiveOuts(*OrigBB);
H A DARMExpandPseudoInsts.cpp1959 LiveRegs.addLiveOuts(MBB);
H A DARMLoadStoreOptimizer.cpp603 LiveRegs.addLiveOuts(MBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp664 LiveRegs.addLiveOuts(MBB);

Completed in 215 milliseconds

12