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/
DX86InstrInfo.h321 void replaceBranchWithTailCall(MachineBasicBlock &MBB,
DX86InstrInfo.cpp3003 void X86InstrInfo::replaceBranchWithTailCall( in replaceBranchWithTailCall() function in X86InstrInfo
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1508 virtual void replaceBranchWithTailCall(MachineBasicBlock &MBB, in replaceBranchWithTailCall() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DBranchFolding.cpp1534 TII->replaceBranchWithTailCall(*Pred, PredCond, TailCall); in OptimizeBlock()