Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBranchFolding.cpp1916 SmallSet<Register, 4> ActiveDefsSet, AllDefsSet; in HoistCommonCodeInSuccs() local
1970 } else if (!ActiveDefsSet.count(Reg)) { in HoistCommonCodeInSuccs()
2002 ActiveDefsSet.erase(*AI); in HoistCommonCodeInSuccs()
2004 ActiveDefsSet.erase(Reg); in HoistCommonCodeInSuccs()
2015 addRegAndItsAliases(Reg, TRI, ActiveDefsSet); in HoistCommonCodeInSuccs()