Searched refs:CreateTailCallFastPath (Results 1 – 2 of 2) sorted by relevance
94 llvm::CallInst *CreateTailCallFastPath(Inst *inst);
421 call = CreateTailCallFastPath(inst); in EmitTailCall()922 llvm::CallInst *LLVMIrConstructor::CreateTailCallFastPath(Inst *inst) in CreateTailCallFastPath() function in panda::compiler::LLVMIrConstructor