Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp93 bool combineInstructions(MachineBasicBlock *);
583 bool MachineCombiner::combineInstructions(MachineBasicBlock *MBB) { in combineInstructions() function in MachineCombiner
776 Changed |= combineInstructions(&MBB); in runOnMachineFunction()