Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.h125 bool UpdateLiveIns; variable
DBranchFolding.cpp189 UpdateLiveIns = MRI.tracksLiveness() && TRI->trackLivenessAfterRegAlloc(MF); in OptimizeFunction()
190 if (!UpdateLiveIns) in OptimizeFunction()
413 if (UpdateLiveIns) { in replaceTailWithBranchTo()
475 if (UpdateLiveIns) in SplitMBBAt()
921 if (UpdateLiveIns) { in mergeCommonTails()
2125 if (UpdateLiveIns) { in HoistCommonCodeInSuccs()
/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()