Home
last modified time | relevance | path

Searched refs:StubBB (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
DJIT.cpp502 BasicBlock *StubBB = BasicBlock::Create(F->getContext(), "", Stub); in runFunction() local
543 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()