Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.cpp2011 SmallSet<unsigned, 4> ActiveDefsSet, AllDefsSet; in HoistCommonCodeInSuccs() local
2065 } else if (!ActiveDefsSet.count(Reg)) { in HoistCommonCodeInSuccs()
2097 ActiveDefsSet.erase(*AI); in HoistCommonCodeInSuccs()
2099 ActiveDefsSet.erase(Reg); in HoistCommonCodeInSuccs()
2110 addRegAndItsAliases(Reg, TRI, ActiveDefsSet); in HoistCommonCodeInSuccs()