Home
last modified time | relevance | path

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

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