Lines Matching full:bbid
4577 const ValID &BBID = I.first;
4580 assert((BBID.Kind == ValID::t_LocalID || BBID.Kind == ValID::t_LocalName) &&
4583 if (BBID.Kind == ValID::t_LocalName)
4584 BB = GetBB(BBID.StrVal, BBID.Loc);
4586 BB = GetBB(BBID.UIntVal, BBID.Loc);
4588 return P.Error(BBID.Loc, "referenced value is not a basic block");