Lines Matching defs:ID
228 static char ID; ///< Class identification, replacement for typeinfo
229 RegisterCoalescer() : MachineFunctionPass(ID) {
245 char &llvm::RegisterCoalescerID = RegisterCoalescer::ID;
256 char RegisterCoalescer::ID = 0;
1911 computeAssignment(V.RedefVNI->id, Other);
1912 V.ValidLanes |= Vals[V.RedefVNI->id].ValidLanes;
1940 Other.computeAssignment(OtherVNI->id, *this);
1948 Val &OtherV = Other.Vals[OtherVNI->id];
1974 Other.computeAssignment(V.OtherVNI->id, *this);
1975 Val &OtherV = Other.Vals[V.OtherVNI->id];
2096 assert(Other.Vals[V.OtherVNI->id].isAnalyzed() && "Missing recursion");
2097 Assignments[ValNo] = Other.Assignments[V.OtherVNI->id];
2100 << PrintReg(Other.Reg) << ':' << V.OtherVNI->id << '@'
2108 Val &OtherV = Other.Vals[V.OtherVNI->id];
2152 << OtherI->valno->id << '@' << OtherI->start << '\n');
2156 << OtherI->valno->id << '@' << OtherI->start
2168 const Val &OV = Other.Vals[OtherI->valno->id];
2206 const Val &OtherV = Other.Vals[V.OtherVNI->id];
2268 V.Pruned = Other.isPrunedValue(V.OtherVNI->id, *this);
2287 Val &OtherV = Other.Vals[Vals[i].OtherVNI->id];