Home
last modified time | relevance | path

Searched refs:BasicBlockSectionsProfileReader (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp26 char BasicBlockSectionsProfileReader::ID = 0;
27 INITIALIZE_PASS(BasicBlockSectionsProfileReader, "bbsections-profile-reader",
31 bool BasicBlockSectionsProfileReader::isFunctionHot(StringRef FuncName) const { in isFunctionHot()
36 BasicBlockSectionsProfileReader::getBBClusterInfoForFunction( in getBBClusterInfoForFunction()
134 void BasicBlockSectionsProfileReader::initializePass() { in initializePass()
143 return new BasicBlockSectionsProfileReader(Buf); in createBasicBlockSectionsProfileReaderPass()
H A DBasicBlockSections.cpp106 BasicBlockSectionsProfileReader *BBSectionsProfileReader = nullptr;
169 BasicBlockSectionsProfileReader *BBSectionsProfileReader, in getBBClusterInfoForFunction()
332 BBSectionsProfileReader = &getAnalysis<BasicBlockSectionsProfileReader>(); in runOnMachineFunction()
386 AU.addRequired<BasicBlockSectionsProfileReader>(); in getAnalysisUsage()
H A DCMakeLists.txt35 BasicBlockSectionsProfileReader.cpp
H A DCodeGenPrepare.cpp284 const BasicBlockSectionsProfileReader *BBSectionsProfileReader = nullptr;
360 AU.addUsedIfAvailable<BasicBlockSectionsProfileReader>(); in getAnalysisUsage()
456 INITIALIZE_PASS_DEPENDENCY(BasicBlockSectionsProfileReader) in INITIALIZE_PASS_DEPENDENCY() argument
489 getAnalysisIfAvailable<BasicBlockSectionsProfileReader>(); in runOnFunction()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h45 class BasicBlockSectionsProfileReader : public ImmutablePass {
49 BasicBlockSectionsProfileReader(const MemoryBuffer *Buf) in BasicBlockSectionsProfileReader() function
55 BasicBlockSectionsProfileReader() : ImmutablePass(ID) { in BasicBlockSectionsProfileReader() function
/llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn25 "BasicBlockSectionsProfileReader.cpp",