Searched refs:MachineOutliner (Results 1 – 15 of 15) sorted by relevance
349 struct MachineOutliner : public ModulePass { struct375 MachineOutliner() : ModulePass(ID) { in MachineOutliner() function455 char MachineOutliner::ID = 0;459 MachineOutliner *OL = new MachineOutliner(); in createMachineOutlinerPass()466 INITIALIZE_PASS(MachineOutliner, DEBUG_TYPE, "Machine Function Outliner", false,469 void MachineOutliner::emitNotOutliningCheaperRemark( in emitNotOutliningCheaperRemark()503 void MachineOutliner::emitOutlinedFunctionRemark(OutlinedFunction &OF) { in emitOutlinedFunctionRemark()528 void MachineOutliner::findCandidates( in findCandidates()609 MachineFunction *MachineOutliner::createOutlinedFunction( in createOutlinedFunction()749 bool MachineOutliner::outline(Module &M, in outline()[all …]
132 MachineOutliner.cpp
115 MachineOutliner.cpp \
142 "MachineOutliner.cpp",
1394 ./usr/include/llvm/CodeGen/MachineOutliner.h
1393 ./usr/include/llvm/CodeGen/MachineOutliner.h
1392 ./usr/include/llvm/CodeGen/MachineOutliner.h
8361 // Indirect tail-call with any register allowed, used by MachineOutliner when
5795 llvm/lib/CodeGen/MachineOutliner.cpp