Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp154 DenseSet<unsigned> ToBeUpdated; member in __anone68f6e4f0111::RegisterCoalescer
1465 if (ToBeUpdated.count(SrcReg)) in reMaterializeTrivialDef()
1479 ToBeUpdated.insert(SrcReg); in reMaterializeTrivialDef()
1917 if (ToBeUpdated.count(CP.getSrcReg())) in joinCopy()
3428 for (unsigned reg : ToBeUpdated) { in lateLiveIntervalUpdate()
3436 ToBeUpdated.clear(); in lateLiveIntervalUpdate()