Home | History | Annotate | Download | only in PowerPC

Lines Matching refs:EC

116   EquivalenceClasses<int> *EC;
212 // FIXME: See the allocation of EC in initialize().
213 delete EC;
234 // FIXME: Currently we allocate EC each time because we don't have
237 EC = new EquivalenceClasses<int>;
538 EC->insert(SwapEntry.VSEId);
618 (void)EC->unionSets(SwapVector[DefIdx].VSEId,
638 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId);
749 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId);
765 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId);
780 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId);
963 DEBUG(dbgs() << format("%6d", EC->getLeaderValue(ID)));