Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_irtoc_compiler.cpp87 static llvm::CallingConv::ID GetFastPathCallingConv(uint32_t numArgs) in GetFastPathCallingConv() function
128 … llvmFunction->setCallingConv(GetFastPathCallingConv(llvmFunction->arg_size() - FAKE_ARGS_NUM)); in AddGraph()