Searched refs:MachineOutliner (Results 1 – 5 of 5) 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()451 INITIALIZE_PASS(MachineOutliner, DEBUG_TYPE, "Machine Function Outliner", false,454 void MachineOutliner::emitNotOutliningCheaperRemark( in emitNotOutliningCheaperRemark()488 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark()513 void MachineOutliner::findCandidates( in findCandidates()594 MachineFunction *MachineOutliner::createOutlinedFunction( in createOutlinedFunction()732 bool MachineOutliner::outline(Module &M, in outline()[all …]
96 MachineOutliner.cpp
106 MachineOutliner.cpp \
125 "MachineOutliner.cpp",
7855 // Indirect tail-call with any register allowed, used by MachineOutliner when