Searched defs:BlockIdx (Results 1 - 2 of 2) sorted by path

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3280 unsigned BlockIdx = RefList[i].first; local
3281 if (BlockIdx >= FunctionBBs.size())
3285 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3621 unsigned BlockIdx = RefList[i].first; local
3622 if (BlockIdx >= FunctionBBs.size())
3626 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));

Completed in 62 milliseconds