Lines Matching refs:MachineOutliner
835 struct MachineOutliner : public ModulePass { struct
858 MachineOutliner() : ModulePass(ID) { in MachineOutliner() argument
936 char MachineOutliner::ID = 0;
940 MachineOutliner *OL = new MachineOutliner(); in createMachineOutlinerPass()
947 INITIALIZE_PASS(MachineOutliner, DEBUG_TYPE, "Machine Function Outliner", false,
950 void MachineOutliner::emitNotOutliningCheaperRemark( in emitNotOutliningCheaperRemark()
984 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark()
1010 MachineOutliner::findCandidates(InstructionMapper &Mapper, in findCandidates()
1094 MachineOutliner::createOutlinedFunction(Module &M, OutlinedFunction &OF, in createOutlinedFunction()
1198 bool MachineOutliner::outline(Module &M, in outline()
1299 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1353 void MachineOutliner::initSizeRemarkInfo( in initSizeRemarkInfo()
1369 void MachineOutliner::emitInstrCountChangedRemark( in emitInstrCountChangedRemark()
1422 bool MachineOutliner::runOnModule(Module &M) { in runOnModule()