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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2827 unsigned BlockIdx = RefList[i].first; local
2828 if (BlockIdx >= FunctionBBs.size())
2832 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3169 unsigned BlockIdx = RefList[i].first; local
3170 if (BlockIdx >= FunctionBBs.size())
3174 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));

Completed in 286 milliseconds