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

/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp858 BasicBlock *DoCallBB = BasicBlock::Create(F->getContext(), local
867 BranchInst::Create(LookupBB, DoCallBB, IsNull, EntryBB);
883 BranchInst::Create(DoCallBB, LookupBB);
886 "fp", DoCallBB);
898 CallInst::Create(FuncPtr, Args, "", DoCallBB);
899 ReturnInst::Create(F->getContext(), DoCallBB);
902 "retval", DoCallBB);
903 ReturnInst::Create(F->getContext(),Call, DoCallBB);

Completed in 165 milliseconds