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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DVirtRegMap.cpp259 SmallVector<unsigned, 8> SuperKills; local
291 SuperKills.push_back(PhysReg);
296 // from the SuperKills list will represent the partial read of the
319 while (!SuperKills.empty())
320 MI->addRegisterKilled(SuperKills.pop_back_val(), TRI, true);

Completed in 188 milliseconds