Searched refs:MachineCombiner (Results 1 – 5 of 5) sorted by relevance
64 class MachineCombiner : public MachineFunctionPass { class84 MachineCombiner() : MachineFunctionPass(ID) { in MachineCombiner() function in __anonec91dd480111::MachineCombiner129 char MachineCombiner::ID = 0;130 char &llvm::MachineCombinerID = MachineCombiner::ID;132 INITIALIZE_PASS_BEGIN(MachineCombiner, DEBUG_TYPE,163 bool MachineCombiner::isTransientMI(const MachineInstr *MI) { in isTransientMI()353 bool MachineCombiner::reduceRegisterPressure( in reduceRegisterPressure()370 bool MachineCombiner::improvesCriticalPathLen( in improvesCriticalPathLen()429 void MachineCombiner::instr2instrSC( in instr2instrSC()441 bool MachineCombiner::preservesResourceLen( in preservesResourceLen()[all …]
103 MachineCombiner.cpp
6 ; handling of transient instructions in MachineCombiner can fail the forllowing
112 "MachineCombiner.cpp",
2279 // MADD/MSUB generation is decided by MachineCombiner.cpp