Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp140 SmallSet<MCRegUnit, 8> RegUnitsToInvalidate; in invalidateRegister() local
148 RegUnitsToInvalidate.insert(Dest.begin(), Dest.end()); in invalidateRegister()
149 RegUnitsToInvalidate.insert(Src.begin(), Src.end()); in invalidateRegister()
161 for (MCRegUnit Unit : RegUnitsToInvalidate) in invalidateRegister()