Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp152 bool ReduceMBB(MachineBasicBlock &MBB);
672 bool MicroMipsSizeReduce::ReduceMBB(MachineBasicBlock &MBB) { in ReduceMBB() function in MicroMipsSizeReduce
791 Modified |= ReduceMBB(*I); in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp213 bool ReduceMBB(MachineBasicBlock &MBB);
1030 bool Thumb2SizeReduce::ReduceMBB(MachineBasicBlock &MBB) { in ReduceMBB() function in Thumb2SizeReduce
1143 Modified |= ReduceMBB(**I); in runOnMachineFunction()