Searched refs:MachineOutliner (Results 1 – 3 of 3) sorted by relevance
404 struct MachineOutliner : public ModulePass { struct430 MachineOutliner() : ModulePass(ID) { in MachineOutliner() function510 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()[all …]
367 SRCS_MIN+= CodeGen/MachineOutliner.cpp
9657 // Indirect tail-call with any register allowed, used by MachineOutliner when