Lines Matching refs:OpCount
525 unsigned OpCount;
547 : OpCount(DbgOps.size()), BlockNo(0), Properties(Prop), Kind(Def) {
554 OpCount = 0;
568 : OpCount(0), BlockNo(BlockNo), Properties(Prop), Kind(Kind) {
573 : OpCount(0), BlockNo(0), Properties(Prop), Kind(Kind) {
602 ArrayRef<DbgOpID> getDbgOpIDs() const { return {DbgOps, OpCount}; }
608 if (!OpCount)
610 assert(Index < OpCount);
621 OpCount = NewIDs.size();
646 bool isUnjoinedPHI() const { return Kind == VPHI && OpCount == 0; }
649 if (!OpCount)