Searched refs:FnStatepoint (Results 1 – 2 of 2) 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-7.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 614 Function *FnStatepoint = in CreateGCStatepointCallCommon() local 621 return createCallHelper(FnStatepoint, Args, Builder, Name); in CreateGCStatepointCallCommon() 664 Function *FnStatepoint = Intrinsic::getDeclaration( in CreateGCStatepointInvokeCommon() local 670 return createInvokeHelper(FnStatepoint, NormalDest, UnwindDest, Args, Builder, in CreateGCStatepointInvokeCommon()
|