Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.h94 llvm::CallInst *CreateTailCallFastPath(Inst *inst);
Dllvm_ir_constructor.cpp421 call = CreateTailCallFastPath(inst); in EmitTailCall()
922 llvm::CallInst *LLVMIrConstructor::CreateTailCallFastPath(Inst *inst) in CreateTailCallFastPath() function in panda::compiler::LLVMIrConstructor