reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2462 assert(VNI && "Live segment has no valno"); 2464 if (VNI->id >= LR.getNumValNums() || VNI != LR.getValNumInfo(VNI->id)) { 2464 if (VNI->id >= LR.getNumValNums() || VNI != LR.getValNumInfo(VNI->id)) { 2464 if (VNI->id >= LR.getNumValNums() || VNI != LR.getValNumInfo(VNI->id)) { 2468 report_context(*VNI); 2471 if (VNI->isUnused()) { 2485 if (S.start != MBBStartIdx && S.start != VNI->def) { 2505 if (!Register::isVirtualRegister(Reg) && VNI->isPHIDef() && 2506 S.start == VNI->def && S.end == VNI->def.getDeadSlot()) 2506 S.start == VNI->def && S.end == VNI->def.getDeadSlot()) 2605 if (S.start == VNI->def && !VNI->isPHIDef()) { 2605 if (S.start == VNI->def && !VNI->isPHIDef()) { 2630 bool IsPHI = VNI->isPHIDef() && 2631 VNI->def == LiveInts->getMBBStartIdx(&*MFI); 2648 report_context(*VNI); 2656 if (!IsPHI && PVNI != VNI) { 2661 << VNI->id << " live into " << printMBBReference(*MFI) << '@'