Searched refs:CreateGCStatepointInvokeCommon (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 385 static InvokeInst *CreateGCStatepointInvokeCommon( in CreateGCStatepointInvokeCommon() function 412 return CreateGCStatepointInvokeCommon<Value *, Value *, Value *, Value *>( in CreateGCStatepointInvoke() 423 return CreateGCStatepointInvokeCommon<Use, Use, Use, Value *>( in CreateGCStatepointInvoke() 432 return CreateGCStatepointInvokeCommon<Use, Value *, Value *, Value *>( in CreateGCStatepointInvoke()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 652 static InvokeInst *CreateGCStatepointInvokeCommon( in CreateGCStatepointInvokeCommon() function 679 return CreateGCStatepointInvokeCommon<Value *, Value *, Value *, Value *>( in CreateGCStatepointInvoke() 690 return CreateGCStatepointInvokeCommon<Use, Use, Use, Value *>( in CreateGCStatepointInvoke() 699 return CreateGCStatepointInvokeCommon<Use, Value *, Value *, Value *>( in CreateGCStatepointInvoke()
|