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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp181 DenseSet<unsigned> ToBeUpdated; member in class:__anon1797::RegisterCoalescer
1524 if (ToBeUpdated.count(SrcReg))
1538 ToBeUpdated.insert(SrcReg);
1981 // interval. Since CP.getSrcReg() is in ToBeUpdated set and its live interval
1983 if (ToBeUpdated.count(CP.getSrcReg()))
3656 for (unsigned reg : ToBeUpdated) {
3664 ToBeUpdated.clear();

Completed in 102 milliseconds