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