Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.h119 bool UpdateLiveIns = false; 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()
843 if (UpdateLiveIns) { in mergeCommonTails()
2050 if (UpdateLiveIns) { in HoistCommonCodeInSuccs()
H A DMachineBasicBlock.cpp1018 bool UpdateLiveIns, in splitAt() argument
1031 if (UpdateLiveIns) { in splitAt()
1049 if (UpdateLiveIns) in splitAt()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h940 MachineBasicBlock *splitAt(MachineInstr &SplitInst, bool UpdateLiveIns = true,