Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:DoCallBB

865           BasicBlock *DoCallBB = BasicBlock::Create(F->getContext(),
874 BranchInst::Create(LookupBB, DoCallBB, IsNull, EntryBB);
890 BranchInst::Create(DoCallBB, LookupBB);
893 "fp", DoCallBB);
904 CallInst::Create(FuncPtr, Args, "", DoCallBB);
905 ReturnInst::Create(F->getContext(), DoCallBB);
908 "retval", DoCallBB);
909 ReturnInst::Create(F->getContext(),Call, DoCallBB);