Searched refs:MachineOutliner (Results 1 – 8 of 8) sorted by relevance
349 struct MachineOutliner : public ModulePass { struct375 MachineOutliner() : ModulePass(ID) { in MachineOutliner() function455 char MachineOutliner::ID = 0;459 MachineOutliner *OL = new MachineOutliner(); in createMachineOutlinerPass()469 void MachineOutliner::emitNotOutliningCheaperRemark( in emitNotOutliningCheaperRemark()528 void MachineOutliner::findCandidates( in findCandidates()609 MachineFunction *MachineOutliner::createOutlinedFunction( in createOutlinedFunction()748 bool MachineOutliner::outline(Module &M, in outline()933 void MachineOutliner::initSizeRemarkInfo( in initSizeRemarkInfo()949 void MachineOutliner::emitInstrCountChangedRemark( in emitInstrCountChangedRemark()[all …]
126 MachineOutliner.cpp
6 # Ensure that the MachineOutliner produces codegen size remarks. Make sure...
4 ; Ensure that the MachineOutliner does not fire on functions which use a
4 ; Ensure that the MachineOutliner produces valid DWARF when it creates outlined
133 "MachineOutliner.cpp",
8158 // Indirect tail-call with any register allowed, used by MachineOutliner when
5807 llvm/lib/CodeGen/MachineOutliner.cpp