Searched refs:MachineOutliner (Results 1 – 7 of 7) sorted by relevance
681 struct MachineOutliner : public ModulePass { struct707 MachineOutliner() : ModulePass(ID) { in MachineOutliner() argument814 char MachineOutliner::ID = 0;818 MachineOutliner *OL = new MachineOutliner(); in createMachineOutlinerPass()825 INITIALIZE_PASS(MachineOutliner, DEBUG_TYPE, "Machine Function Outliner", false,828 void MachineOutliner::emitNotOutliningCheaperRemark( in emitNotOutliningCheaperRemark()858 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark()887 unsigned MachineOutliner::findCandidates( in findCandidates()1019 void MachineOutliner::prune(Candidate &C, in prune()1037 void MachineOutliner::pruneOverlaps( in pruneOverlaps()[all …]
85 MachineOutliner.cpp
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
239 llvm/lib/CodeGen/MachineOutliner.cpp \
810 "llvm/lib/CodeGen/MachineOutliner.cpp",
905 ${LLVM_DIR}/lib/CodeGen/MachineOutliner.cpp