Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.h122 bool UpdateLiveIns = false; variable
H A DBranchFolding.cpp226 UpdateLiveIns = MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF); in OptimizeFunction()
227 if (!UpdateLiveIns) in OptimizeFunction()
389 if (UpdateLiveIns) { in replaceTailWithBranchTo()
451 if (UpdateLiveIns) in SplitMBBAt()
872 if (UpdateLiveIns) { in mergeCommonTails()
2121 if (UpdateLiveIns) in HoistCommonCodeInSuccs()
H A DMachineBasicBlock.cpp1024 bool UpdateLiveIns, in splitAt() argument
1037 if (UpdateLiveIns) { in splitAt()
1055 if (UpdateLiveIns) in splitAt()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h995 bool UpdateLiveIns = true,