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

/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp893 BasicBlock *DoCallBB = BasicBlock::Create(F->getContext(), local
902 BranchInst::Create(LookupBB, DoCallBB, IsNull, EntryBB);
918 BranchInst::Create(DoCallBB, LookupBB);
921 "fp", DoCallBB);
933 CallInst::Create(FuncPtr, Args, "", DoCallBB);
934 ReturnInst::Create(F->getContext(), DoCallBB);
937 "retval", DoCallBB);
938 ReturnInst::Create(F->getContext(),Call, DoCallBB);

Completed in 67 milliseconds