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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp91 bool JoinGlobalCopies; member in class:__anon21179::RegisterCoalescer
2116 if (JoinGlobalCopies) {
2173 if (JoinGlobalCopies && MBBs[i].Depth < CurrDepth) {
2206 JoinGlobalCopies = ST.enableMachineScheduler();
2208 JoinGlobalCopies = (EnableGlobalCopies == cl::BOU_TRUE);

Completed in 73 milliseconds