Home
last modified time | relevance | path

Searched refs:ReplaceTailWithBranchTo (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2InstrInfo.h34 void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
H A DThumb2InstrInfo.cpp63 Thumb2InstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail, in ReplaceTailWithBranchTo() function in Thumb2InstrInfo
68 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest); in ReplaceTailWithBranchTo()
82 TargetInstrInfo::ReplaceTailWithBranchTo(Tail, NewDest); in ReplaceTailWithBranchTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h839 virtual void ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchFolding.cpp392 TII->ReplaceTailWithBranchTo(OldInst, &NewDest); in replaceTailWithBranchTo()
H A DTargetInstrInfo.cpp142 TargetInstrInfo::ReplaceTailWithBranchTo(MachineBasicBlock::iterator Tail, in ReplaceTailWithBranchTo() function in TargetInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp1663 TII->ReplaceTailWithBranchTo(Terminator, Dest); in insertUnconditionalBranch()