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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2523 IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests); local
2524 InstructionList.push_back(IBI);
2527 IBI->addDestination(DestBB);
2529 delete IBI;
2533 I = IBI;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2804 IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests); local
2805 InstructionList.push_back(IBI);
2808 IBI->addDestination(DestBB);
2810 delete IBI;
2814 I = IBI;

Completed in 38 milliseconds