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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2822 unsigned BlockIdx = RefList[i].first; local
2823 if (BlockIdx >= FunctionBBs.size())
2827 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3198 unsigned BlockIdx = RefList[i].first; local
3199 if (BlockIdx >= FunctionBBs.size())
3203 FwdRef->replaceAllUsesWith(BlockAddress::get(F, FunctionBBs[BlockIdx]));

Completed in 31 milliseconds