Searched refs:CreateGCStatepointCallCommon (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/IR/ |
D | IRBuilder.cpp | 334 static CallInst *CreateGCStatepointCallCommon( in CreateGCStatepointCallCommon() function 361 return CreateGCStatepointCallCommon<Value *, Value *, Value *, Value *>( in CreateGCStatepointCall() 370 return CreateGCStatepointCallCommon<Use, Use, Use, Value *>( in CreateGCStatepointCall() 379 return CreateGCStatepointCallCommon<Use, Value *, Value *, Value *>( in CreateGCStatepointCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | IRBuilder.cpp | 601 static CallInst *CreateGCStatepointCallCommon( in CreateGCStatepointCallCommon() function 628 return CreateGCStatepointCallCommon<Value *, Value *, Value *, Value *>( in CreateGCStatepointCall() 637 return CreateGCStatepointCallCommon<Use, Use, Use, Value *>( in CreateGCStatepointCall() 646 return CreateGCStatepointCallCommon<Use, Value *, Value *, Value *>( in CreateGCStatepointCall()
|