Home
last modified time | relevance | path

Searched refs:replaceBranchWithTailCall (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.h375 void replaceBranchWithTailCall(MachineBasicBlock &MBB,
H A DX86InstrInfo.cpp3687 void X86InstrInfo::replaceBranchWithTailCall( in replaceBranchWithTailCall() function in X86InstrInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1623 virtual void replaceBranchWithTailCall(MachineBasicBlock &MBB, in replaceBranchWithTailCall() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp1551 TII->replaceBranchWithTailCall(*Pred, PredCond, TailCall); in OptimizeBlock()