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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp158 bool JoinGlobalCopies = false; member in class:__anon1797::RegisterCoalescer
3755 if (JoinGlobalCopies) {
3831 if (JoinGlobalCopies && MBBs[i].Depth < CurrDepth) {
3865 JoinGlobalCopies = STI.enableJoinGlobalCopies();
3867 JoinGlobalCopies = (EnableGlobalCopies == cl::BOU_TRUE);

Completed in 168 milliseconds