Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchFolding.cpp1961 SmallSet<unsigned, 4> ActiveDefsSet, AllDefsSet; in HoistCommonCodeInSuccs() local
2015 } else if (!ActiveDefsSet.count(Reg)) { in HoistCommonCodeInSuccs()
2047 ActiveDefsSet.erase(*AI); in HoistCommonCodeInSuccs()
2049 ActiveDefsSet.erase(Reg); in HoistCommonCodeInSuccs()
2060 addRegAndItsAliases(Reg, TRI, ActiveDefsSet); in HoistCommonCodeInSuccs()