Searched refs:CreateTailCallFastPath (Results 1 – 2 of 2) sorted by relevance
169 llvm::CallInst *CreateTailCallFastPath(Inst *inst);
690 call = CreateTailCallFastPath(inst); in EmitTailCall()2213 llvm::CallInst *LLVMIrConstructor::CreateTailCallFastPath(Inst *inst) in CreateTailCallFastPath() function in ark::compiler::LLVMIrConstructor