Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DIRBuilder.cpp347 Function *FnStatepoint = in CreateGCStatepointCallCommon() local
354 return createCallHelper(FnStatepoint, Args, Builder, Name); in CreateGCStatepointCallCommon()
397 Function *FnStatepoint = Intrinsic::getDeclaration( in CreateGCStatepointInvokeCommon() local
403 return createInvokeHelper(FnStatepoint, NormalDest, UnwindDest, Args, Builder, in CreateGCStatepointInvokeCommon()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp620 Function *FnStatepoint = in CreateGCStatepointCallCommon() local
627 return createCallHelper(FnStatepoint, Args, Builder, Name); in CreateGCStatepointCallCommon()
670 Function *FnStatepoint = Intrinsic::getDeclaration( in CreateGCStatepointInvokeCommon() local
676 return createInvokeHelper(FnStatepoint, NormalDest, UnwindDest, Args, Builder, in CreateGCStatepointInvokeCommon()
/external/llvm-project/llvm/lib/IR/
DIRBuilder.cpp642 Function *FnStatepoint = in CreateGCStatepointCallCommon() local
650 return Builder->CreateCall(FnStatepoint, Args, in CreateGCStatepointCallCommon()
698 Function *FnStatepoint = Intrinsic::getDeclaration( in CreateGCStatepointInvokeCommon() local
705 return Builder->CreateInvoke(FnStatepoint, NormalDest, UnwindDest, Args, in CreateGCStatepointInvokeCommon()