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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2972 IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests); local
2973 InstructionList.push_back(IBI);
2976 IBI->addDestination(DestBB);
2978 delete IBI;
2982 I = IBI;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3220 IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests); local
3221 InstructionList.push_back(IBI);
3224 IBI->addDestination(DestBB);
3226 delete IBI;
3230 I = IBI;

Completed in 76 milliseconds