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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp211 /// ReduceMBB - Reduce width of instructions in the specified basic block.
212 bool ReduceMBB(MachineBasicBlock &MBB);
1029 bool Thumb2SizeReduce::ReduceMBB(MachineBasicBlock &MBB) { function in class:Thumb2SizeReduce
1142 Modified |= ReduceMBB(**I);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp151 bool ReduceMBB(MachineBasicBlock &MBB);
671 bool MicroMipsSizeReduce::ReduceMBB(MachineBasicBlock &MBB) { function in class:MicroMipsSizeReduce
790 Modified |= ReduceMBB(*I);

Completed in 161 milliseconds