Home
last modified time | relevance | path

Searched refs:MachineOutliner (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineOutliner.cpp349 struct MachineOutliner : public ModulePass { struct
375 MachineOutliner() : ModulePass(ID) { in MachineOutliner() function
455 char MachineOutliner::ID = 0;
459 MachineOutliner *OL = new MachineOutliner(); in createMachineOutlinerPass()
469 void MachineOutliner::emitNotOutliningCheaperRemark( in emitNotOutliningCheaperRemark()
528 void MachineOutliner::findCandidates( in findCandidates()
609 MachineFunction *MachineOutliner::createOutlinedFunction( in createOutlinedFunction()
748 bool MachineOutliner::outline(Module &M, in outline()
933 void MachineOutliner::initSizeRemarkInfo( in initSizeRemarkInfo()
949 void MachineOutliner::emitInstrCountChangedRemark( in emitInstrCountChangedRemark()
[all …]
H A DCMakeLists.txt126 MachineOutliner.cpp
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmachine-outliner-size-info.mir6 # Ensure that the MachineOutliner produces codegen size remarks. Make sure...
H A Dmachine-outliner-noredzone.ll4 ; Ensure that the MachineOutliner does not fire on functions which use a
/llvm-project-15.0.7/llvm/test/DebugInfo/AArch64/
H A Dmachine-outliner.ll4 ; Ensure that the MachineOutliner produces valid DWARF when it creates outlined
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn133 "MachineOutliner.cpp",
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td8158 // Indirect tail-call with any register allowed, used by MachineOutliner when
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt5807 llvm/lib/CodeGen/MachineOutliner.cpp