Lines Matching refs:MachineOutliner
397 struct MachineOutliner : public ModulePass { struct
423 MachineOutliner() : ModulePass(ID) { in MachineOutliner() function
503 char MachineOutliner::ID = 0;
507 MachineOutliner *OL = new MachineOutliner(); in createMachineOutlinerPass()
514 INITIALIZE_PASS(MachineOutliner, DEBUG_TYPE, "Machine Function Outliner", false,
517 void MachineOutliner::emitNotOutliningCheaperRemark( in emitNotOutliningCheaperRemark()
551 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark()
576 void MachineOutliner::findCandidates( in findCandidates()
681 MachineFunction *MachineOutliner::createOutlinedFunction( in createOutlinedFunction()
822 bool MachineOutliner::outline(Module &M, in outline()
983 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1056 void MachineOutliner::initSizeRemarkInfo( in initSizeRemarkInfo()
1072 void MachineOutliner::emitInstrCountChangedRemark( in emitInstrCountChangedRemark()
1124 bool MachineOutliner::runOnModule(Module &M) { in runOnModule()
1152 bool MachineOutliner::doOutline(Module &M, unsigned &OutlinedFunctionNum) { in doOutline()