Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicBlockSectionsProfileReader.h55 class BasicBlockSectionsProfileReader {
58 BasicBlockSectionsProfileReader(const MemoryBuffer *Buf) in BasicBlockSectionsProfileReader() function
61 BasicBlockSectionsProfileReader(){}; in BasicBlockSectionsProfileReader() function
148 typedef BasicBlockSectionsProfileReader Result;
160 BasicBlockSectionsProfileReader BBSPR;
163 : ImmutablePass(ID), BBSPR(BasicBlockSectionsProfileReader(Buf)) { in BasicBlockSectionsProfileReaderWrapperPass()
169 : ImmutablePass(ID), BBSPR(BasicBlockSectionsProfileReader()) { in BasicBlockSectionsProfileReaderWrapperPass()
190 BasicBlockSectionsProfileReader &getBBSPR();
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp41 BasicBlockSectionsProfileReader::parseUniqueBBID(StringRef S) const { in parseUniqueBBID()
60 bool BasicBlockSectionsProfileReader::isFunctionHot(StringRef FuncName) const { in isFunctionHot()
65 BasicBlockSectionsProfileReader::getClusterInfoForFunction( in getClusterInfoForFunction()
74 BasicBlockSectionsProfileReader::getClonePathsForFunction( in getClonePathsForFunction()
134 Error BasicBlockSectionsProfileReader::ReadV1Profile() { in ReadV1Profile()
252 Error BasicBlockSectionsProfileReader::ReadV0Profile() { in ReadV0Profile()
365 Error BasicBlockSectionsProfileReader::ReadProfile() { in ReadProfile()
420 BasicBlockSectionsProfileReader
423 return BasicBlockSectionsProfileReader(TM->getBBSectionsFuncListBuf()); in run()
443 BasicBlockSectionsProfileReader &
H A DCodeGenPrepare.cpp313 const BasicBlockSectionsProfileReader *BBSectionsProfileReader = nullptr;
/freebsd/lib/clang/libllvm/
H A DMakefile259 SRCS_MIN+= CodeGen/BasicBlockSectionsProfileReader.cpp