Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBranchFolding.h121 bool UpdateLiveIns; variable
H A 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()
2039 if (UpdateLiveIns) { in HoistCommonCodeInSuccs()
H A DMachineBasicBlock.cpp992 bool UpdateLiveIns, in splitAt() argument
1005 if (UpdateLiveIns) { in splitAt()
1023 if (UpdateLiveIns) in splitAt()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h827 MachineBasicBlock *splitAt(MachineInstr &SplitInst, bool UpdateLiveIns = true,