Home | History | Annotate | Download | only in BitReader_2_7

Lines Matching refs:BlockIdx

2891       unsigned BlockIdx = RefList[i].first;
2892 if (BlockIdx >= FunctionBBs.size())
2896 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));