Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineOutliner.cpp681 struct MachineOutliner : public ModulePass { struct
707 MachineOutliner() : ModulePass(ID) { in MachineOutliner() argument
814 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 …]
DCMakeLists.txt85 MachineOutliner.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dmachine-outliner-noredzone.ll4 ; Ensure that the MachineOutliner does not fire on functions which use a
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/AArch64/
Dmachine-outliner.ll4 ; Ensure that the MachineOutliner produces valid DWARF when it creates outlined
/external/swiftshader/third_party/llvm-7.0/
DAndroid.mk239 llvm/lib/CodeGen/MachineOutliner.cpp \
DBUILD.gn810 "llvm/lib/CodeGen/MachineOutliner.cpp",
/external/swiftshader/
DCMakeLists.txt905 ${LLVM_DIR}/lib/CodeGen/MachineOutliner.cpp