Home
last modified time | relevance | path

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

/external/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.cpp952 bool UpdateLiveIns, in splitAt() argument
965 if (UpdateLiveIns) { in splitAt()
983 if (UpdateLiveIns) in splitAt()
/external/llvm/lib/CodeGen/
DBranchFolding.h101 bool UpdateLiveIns; variable
DBranchFolding.cpp216 UpdateLiveIns = MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF); in OptimizeFunction()
217 if (!UpdateLiveIns) in OptimizeFunction()
403 if (!UpdateLiveIns) in computeLiveIns()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.h126 bool UpdateLiveIns; variable
DBranchFolding.cpp200 UpdateLiveIns = MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF); in OptimizeFunction()
201 if (!UpdateLiveIns) in OptimizeFunction()
367 if (UpdateLiveIns) { in replaceTailWithBranchTo()
429 if (UpdateLiveIns) in SplitMBBAt()
892 if (UpdateLiveIns) { in mergeCommonTails()
2075 if (UpdateLiveIns) { in HoistCommonCodeInSuccs()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h690 MachineBasicBlock *splitAt(MachineInstr &SplitInst, bool UpdateLiveIns = true,