Lines Matching refs:MachineOutliner
404 struct MachineOutliner : public ModulePass { struct
430 MachineOutliner() : ModulePass(ID) { in MachineOutliner() function
510 char MachineOutliner::ID = 0;
514 MachineOutliner *OL = new MachineOutliner(); in createMachineOutlinerPass()
521 INITIALIZE_PASS(MachineOutliner, DEBUG_TYPE, "Machine Function Outliner", false,
524 void MachineOutliner::emitNotOutliningCheaperRemark( in emitNotOutliningCheaperRemark()
558 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark()
583 void MachineOutliner::findCandidates( in findCandidates()
689 MachineFunction *MachineOutliner::createOutlinedFunction( in createOutlinedFunction()
828 bool MachineOutliner::outline(Module &M, in outline()
991 void MachineOutliner::populateMapper(InstructionMapper &Mapper, Module &M, in populateMapper()
1064 void MachineOutliner::initSizeRemarkInfo( in initSizeRemarkInfo()
1080 void MachineOutliner::emitInstrCountChangedRemark( in emitInstrCountChangedRemark()
1132 bool MachineOutliner::runOnModule(Module &M) { in runOnModule()
1160 bool MachineOutliner::doOutline(Module &M, unsigned &OutlinedFunctionNum) { in doOutline()