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.cpp201 UpdateLiveIns = MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF); in OptimizeFunction()
202 if (!UpdateLiveIns) in OptimizeFunction()
364 if (UpdateLiveIns) { in replaceTailWithBranchTo()
426 if (UpdateLiveIns) in SplitMBBAt()
850 if (UpdateLiveIns) { in mergeCommonTails()
2061 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.h963 MachineBasicBlock *splitAt(MachineInstr &SplitInst, bool UpdateLiveIns = true,