Home
last modified time | relevance | path

Searched refs:UpdateLiveIns (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBranchFolding.h119 bool UpdateLiveIns; variable
H A DBranchFolding.cpp197 UpdateLiveIns = MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF); in OptimizeFunction()
198 if (!UpdateLiveIns) in OptimizeFunction()
360 if (UpdateLiveIns) { in replaceTailWithBranchTo()
422 if (UpdateLiveIns) in SplitMBBAt()
849 if (UpdateLiveIns) { in mergeCommonTails()
2030 if (UpdateLiveIns) { in HoistCommonCodeInSuccs()
H A DMachineBasicBlock.cpp971 bool UpdateLiveIns, in splitAt() argument
984 if (UpdateLiveIns) { in splitAt()
1002 if (UpdateLiveIns) in splitAt()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h855 MachineBasicBlock *splitAt(MachineInstr &SplitInst, bool UpdateLiveIns = true,