Lines Matching refs:MachineCombiner
61 class MachineCombiner : public MachineFunctionPass { class
78 MachineCombiner() : MachineFunctionPass(ID) { in MachineCombiner() function in __anonfe75aa9d0111::MachineCombiner
118 char MachineCombiner::ID = 0;
119 char &llvm::MachineCombinerID = MachineCombiner::ID;
121 INITIALIZE_PASS_BEGIN(MachineCombiner, DEBUG_TYPE,
125 INITIALIZE_PASS_END(MachineCombiner, DEBUG_TYPE, "Machine InstCombiner", in INITIALIZE_PASS_DEPENDENCY()
128 void MachineCombiner::getAnalysisUsage(AnalysisUsage &AU) const { in INITIALIZE_PASS_DEPENDENCY()
138 MachineInstr *MachineCombiner::getOperandDef(const MachineOperand &MO) { in getOperandDef()
158 MachineCombiner::getDepth(SmallVectorImpl<MachineInstr *> &InsInstrs, in getDepth()
217 unsigned MachineCombiner::getLatency(MachineInstr *Root, MachineInstr *NewRoot, in getLatency()
275 std::pair<unsigned, unsigned> MachineCombiner::getLatenciesForInstrSequences( in getLatenciesForInstrSequences()
299 bool MachineCombiner::improvesCriticalPathLen( in improvesCriticalPathLen()
358 void MachineCombiner::instr2instrSC( in instr2instrSC()
370 bool MachineCombiner::preservesResourceLen( in preservesResourceLen()
412 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize) { in doSubstitute()
462 void MachineCombiner::verifyPatternOrder( in verifyPatternOrder()
496 bool MachineCombiner::combineInstructions(MachineBasicBlock *MBB) { in combineInstructions()
634 bool MachineCombiner::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()