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

References

lib/CodeGen/MachineVerifier.cpp
 2367   if (VNI->isUnused())
 2370   const VNInfo *DefVNI = LR.getVNInfoAt(VNI->def);
 2375     report_context(*VNI);
 2379   if (DefVNI != VNI) {
 2382     report_context(*VNI);
 2386   const MachineBasicBlock *MBB = LiveInts->getMBBFromIndex(VNI->def);
 2390     report_context(*VNI);
 2394   if (VNI->isPHIDef()) {
 2395     if (VNI->def != LiveInts->getMBBStartIdx(MBB)) {
 2398       report_context(*VNI);
 2404   const MachineInstr *MI = LiveInts->getInstructionFromIndex(VNI->def);
 2408     report_context(*VNI);
 2437       report_context(*VNI);
 2443       if (!VNI->def.isEarlyClobber()) {
 2446         report_context(*VNI);
 2448     } else if (!VNI->def.isRegister()) {
 2451       report_context(*VNI);