Home | History | Annotate | Download | only in Reader

Lines Matching full:bbid

2942       unsigned BBID = Record[2];
2943 if (!BBID)
2948 for (size_t I = 0, E = BBID; I != E; ++I) {
2960 if (FwdBBs.size() < BBID + 1)
2961 FwdBBs.resize(BBID + 1);
2962 if (!FwdBBs[BBID])
2963 FwdBBs[BBID] = BasicBlock::Create(Context);
2964 BB = FwdBBs[BBID];