reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2791 LiveInterval::iterator OtherI = Other.LR.find(VNI->def); 2792 assert(OtherI != Other.LR.end() && "No conflict?"); 2798 LLVM_DEBUG(dbgs() << "\t\ttaints global " << printReg(Other.Reg) << ':' 2802 LLVM_DEBUG(dbgs() << "\t\ttaints local " << printReg(Other.Reg) << ':' 2811 if (++OtherI == Other.LR.end() || OtherI->start >= MBBEnd) 2815 const Val &OV = Other.Vals[OtherI->valno->id];