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.h169 llvm::CallInst *CreateTailCallFastPath(Inst *inst);
Dllvm_ir_constructor.cpp690 call = CreateTailCallFastPath(inst); in EmitTailCall()
2213 llvm::CallInst *LLVMIrConstructor::CreateTailCallFastPath(Inst *inst) in CreateTailCallFastPath() function in ark::compiler::LLVMIrConstructor