Lines Matching refs:OpCount
487 unsigned OpCount;
509 : OpCount(DbgOps.size()), BlockNo(0), Properties(Prop), Kind(Def) {
516 OpCount = 0;
530 : OpCount(0), BlockNo(BlockNo), Properties(Prop), Kind(Kind) {
535 : OpCount(0), BlockNo(0), Properties(Prop), Kind(Kind) {
564 ArrayRef<DbgOpID> getDbgOpIDs() const { return {DbgOps, OpCount}; }
570 if (!OpCount)
572 assert(Index < OpCount);
583 OpCount = NewIDs.size();
608 bool isUnjoinedPHI() const { return Kind == VPHI && OpCount == 0; }
611 if (!OpCount)