HomeSort by: relevance | last modified time | path
    Searched refs:replaceBranchWithTailCall (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstrInfo.h 311 void replaceBranchWithTailCall(MachineBasicBlock &MBB,
X86InstrInfo.cpp 2915 void X86InstrInfo::replaceBranchWithTailCall(
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 1437 virtual void replaceBranchWithTailCall(MachineBasicBlock &MBB,
1440 llvm_unreachable("Target didn't implement replaceBranchWithTailCall!");
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BranchFolding.cpp 1539 // to the branch instruction so replaceBranchWithTailCall() doesn't
1541 TII->replaceBranchWithTailCall(*Pred, PredCond, TailCall);

Completed in 25 milliseconds