Home
last modified time | relevance | path

Searched refs:ReduceMBB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp151 bool ReduceMBB(MachineBasicBlock &MBB);
671 bool MicroMipsSizeReduce::ReduceMBB(MachineBasicBlock &MBB) { in ReduceMBB() function in MicroMipsSizeReduce
790 Modified |= ReduceMBB(*I); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp213 bool ReduceMBB(MachineBasicBlock &MBB, bool SkipPrologueEpilogue);
1040 bool Thumb2SizeReduce::ReduceMBB(MachineBasicBlock &MBB, in ReduceMBB() function in Thumb2SizeReduce
1156 Modified |= ReduceMBB(*MBB, /*SkipPrologueEpilogue=*/NeedsWinCFI); in runOnMachineFunction()