Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1936 SmallSet<Register, 4> ActiveDefsSet, AllDefsSet; in HoistCommonCodeInSuccs() local
1990 } else if (!ActiveDefsSet.count(Reg)) { in HoistCommonCodeInSuccs()
2022 ActiveDefsSet.erase(*AI); in HoistCommonCodeInSuccs()
2024 ActiveDefsSet.erase(Reg); in HoistCommonCodeInSuccs()
2035 addRegAndItsAliases(Reg, TRI, ActiveDefsSet); in HoistCommonCodeInSuccs()