Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.h210 llvm::Function *GetOrCreateFunctionForCall(ark::compiler::CallInst *call, void *method);
Dllvm_ir_constructor.cpp2049 auto function = GetOrCreateFunctionForCall(caller, method); in CreateSaveStateBundle()
2116 function = GetOrCreateFunctionForCall(caller, method); in EncodeInlineInfo()
2522 llvm::Function *LLVMIrConstructor::GetOrCreateFunctionForCall(ark::compiler::CallInst *call, void *… in GetOrCreateFunctionForCall() function in ark::compiler::LLVMIrConstructor
4202 auto function = ctor->GetOrCreateFunctionForCall(call, callee); in VisitCallStatic()