Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp93 bool combineInstructions(MachineBasicBlock *);
574 bool MachineCombiner::combineInstructions(MachineBasicBlock *MBB) { in combineInstructions() function in MachineCombiner
766 Changed |= combineInstructions(&MBB); in runOnMachineFunction()