Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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()
DBranchFolding.h126 bool UpdateLiveIns; variable