Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DBranchFolding.h121 bool UpdateLiveIns; variable
DBranchFolding.cpp193 UpdateLiveIns = MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF); in OptimizeFunction()
194 if (!UpdateLiveIns) in OptimizeFunction()
356 if (UpdateLiveIns) { in replaceTailWithBranchTo()
418 if (UpdateLiveIns) in SplitMBBAt()
845 if (UpdateLiveIns) { in mergeCommonTails()
2029 if (UpdateLiveIns) { in HoistCommonCodeInSuccs()
DMachineBasicBlock.cpp966 bool UpdateLiveIns, in splitAt() argument
979 if (UpdateLiveIns) { in splitAt()
997 if (UpdateLiveIns) in splitAt()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h823 MachineBasicBlock *splitAt(MachineInstr &SplitInst, bool UpdateLiveIns = true,