Searched refs:StubBB (Results 1 – 1 of 1) sorted by relevance
502 BasicBlock *StubBB = BasicBlock::Create(F->getContext(), "", Stub); in runFunction() local543 CallInst *TheCall = CallInst::Create(F, Args, "", StubBB); in runFunction()548 ReturnInst::Create(F->getContext(), TheCall, StubBB); in runFunction()550 ReturnInst::Create(F->getContext(), StubBB); // Just return void. in runFunction()