Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DMissingFrameInferrer.cpp175 for (auto TailCall : FuncToTailCallMap[From]) { in computeUniqueTailCallPath() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.h65 TailCall, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1503 const MachineInstr &TailCall) const { in canMakeTailCallConditional()
1510 const MachineInstr &TailCall) const { in replaceBranchWithTailCall()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1684 auto *TailCall = Builder.CreateCall(FnTy, MustTailCallFn, CallArgs); in createMustTailCall() local
1767 auto *TailCall = in splitAsyncCoroutine() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBranchFolding.cpp1517 MachineInstr &TailCall = *MBB->getFirstNonDebugInstr(); in OptimizeBlock() local