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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3288 unsigned BlockIdx = RefList[i].first; local
3289 if (BlockIdx >= FunctionBBs.size())
3293 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3633 unsigned BlockIdx = RefList[i].first; local
3634 if (BlockIdx >= FunctionBBs.size())
3638 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));

Completed in 727 milliseconds