Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrInfo.h320 void replaceBranchWithTailCall(MachineBasicBlock &MBB,
DX86InstrInfo.cpp2509 void X86InstrInfo::replaceBranchWithTailCall( in replaceBranchWithTailCall() function in X86InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h1191 virtual void replaceBranchWithTailCall(MachineBasicBlock &MBB, in replaceBranchWithTailCall() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DBranchFolding.cpp1622 TII->replaceBranchWithTailCall(*Pred, PredCond, TailCall); in OptimizeBlock()