reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/RegisterCoalescer.cpp
 3584          MII != E; ++MII) {
 3584          MII != E; ++MII) {
 3585       if (!MII->isCopyLike())
 3587       bool ApplyTerminalRule = applyTerminalRule(*MII);
 3588       if (isLocalCopy(&(*MII), LIS)) {
 3590           LocalTerminals.push_back(&(*MII));
 3592           LocalWorkList.push_back(&(*MII));
 3595           GlobalTerminals.push_back(&(*MII));
 3597           WorkList.push_back(&(*MII));