Searched refs:FnStatepoint (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 347 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/ |
D | IRBuilder.cpp | 620 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/ |
D | IRBuilder.cpp | 642 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()
|