Searched refs:MachineOutliner (Results 1 – 3 of 3) sorted by relevance
427 struct MachineOutliner : public ModulePass { struct475 MachineOutliner() : ModulePass(ID) { in MachineOutliner() function578 char MachineOutliner::ID = 0;582 MachineOutliner *OL = new MachineOutliner(); in createMachineOutlinerPass()589 INITIALIZE_PASS(MachineOutliner, DEBUG_TYPE, "Machine Function Outliner", false,592 void MachineOutliner::emitNotOutliningCheaperRemark( in emitNotOutliningCheaperRemark()626 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark()717 void MachineOutliner::findGlobalCandidates( in findGlobalCandidates()749 void MachineOutliner::findCandidates( in findCandidates()859 void MachineOutliner::computeAndPublishHashSequence(MachineFunction &MF, in computeAndPublishHashSequence()[all …]
413 SRCS_MIN+= CodeGen/MachineOutliner.cpp
10237 // Indirect tail-call with any register allowed, used by MachineOutliner when