Searched refs:MachineOutliner (Results 1 – 3 of 3) sorted by relevance
334 struct MachineOutliner : public ModulePass { struct360 MachineOutliner() : ModulePass(ID) { in MachineOutliner() function440 char MachineOutliner::ID = 0;444 MachineOutliner *OL = new MachineOutliner(); in createMachineOutlinerPass()454 void MachineOutliner::emitNotOutliningCheaperRemark( in emitNotOutliningCheaperRemark()513 void MachineOutliner::findCandidates( in findCandidates()594 MachineFunction *MachineOutliner::createOutlinedFunction( in createOutlinedFunction()732 bool MachineOutliner::outline(Module &M, in outline()910 void MachineOutliner::initSizeRemarkInfo( in initSizeRemarkInfo()926 void MachineOutliner::emitInstrCountChangedRemark( in emitInstrCountChangedRemark()[all …]
330 SRCS_MIN+= CodeGen/MachineOutliner.cpp
7950 // Indirect tail-call with any register allowed, used by MachineOutliner when