Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBranchFolding.h119 bool UpdateLiveIns; 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()
849 if (UpdateLiveIns) { in mergeCommonTails()
2030 if (UpdateLiveIns) { in HoistCommonCodeInSuccs()
H A DMachineBasicBlock.cpp996 bool UpdateLiveIns, in splitAt() argument
1009 if (UpdateLiveIns) { in splitAt()
1027 if (UpdateLiveIns) in splitAt()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h910 MachineBasicBlock *splitAt(MachineInstr &SplitInst, bool UpdateLiveIns = true,