Home
last modified time | relevance | path

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

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