Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMicroMipsSizeReduction.cpp151 bool ReduceMBB(MachineBasicBlock &MBB);
671 bool MicroMipsSizeReduce::ReduceMBB(MachineBasicBlock &MBB) { in ReduceMBB() function in MicroMipsSizeReduce
790 Modified |= ReduceMBB(*I); in runOnMachineFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp212 bool ReduceMBB(MachineBasicBlock &MBB);
1039 bool Thumb2SizeReduce::ReduceMBB(MachineBasicBlock &MBB) { in ReduceMBB() function in Thumb2SizeReduce
1152 Modified |= ReduceMBB(**I); in runOnMachineFunction()