Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOutliner.cpp334 struct MachineOutliner : public ModulePass { struct
360 MachineOutliner() : ModulePass(ID) { in MachineOutliner() function
440 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 …]
H A DCMakeLists.txt96 MachineOutliner.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile106 MachineOutliner.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn125 "MachineOutliner.cpp",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td7855 // Indirect tail-call with any register allowed, used by MachineOutliner when