Home
last modified time | relevance | path

Searched defs:TailCall (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h65 TailCall, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1432 const MachineInstr &TailCall) const { in canMakeTailCallConditional()
1439 const MachineInstr &TailCall) const { in replaceBranchWithTailCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1531 auto *TailCall = Builder.CreateCall(FnTy, MustTailCallFn, CallArgs); in createMustTailCall() local
1599 auto *TailCall = in splitAsyncCoroutine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBranchFolding.cpp1524 MachineInstr &TailCall = *MBB->getFirstNonDebugInstr(); in OptimizeBlock() local