Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86InstrInfo.h321 void replaceBranchWithTailCall(MachineBasicBlock &MBB,
H A DX86InstrInfo.cpp2947 void X86InstrInfo::replaceBranchWithTailCall( in replaceBranchWithTailCall() function in X86InstrInfo
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1454 virtual void replaceBranchWithTailCall(MachineBasicBlock &MBB, in replaceBranchWithTailCall() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBranchFolding.cpp1534 TII->replaceBranchWithTailCall(*Pred, PredCond, TailCall); in OptimizeBlock()