Searched refs:BlockIdx (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3276 unsigned BlockIdx = RefList[i].first; local
3277 if (BlockIdx >= FunctionBBs.size())
3281 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3616 unsigned BlockIdx = RefList[i].first; local
3617 if (BlockIdx >= FunctionBBs.size())
3621 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));

Completed in 441 milliseconds