Home
last modified time | relevance | path

Searched refs:mayHaveProfileData (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Profile/
H A DProfileReaderBase.cpp18 bool ProfileReaderBase::mayHaveProfileData(const BinaryFunction &BF) { in mayHaveProfileData() function in llvm::bolt::ProfileReaderBase
H A DYAMLProfileReader.cpp286 bool YAMLProfileReader::mayHaveProfileData(const BinaryFunction &BF) { in mayHaveProfileData() function in llvm::bolt::YAMLProfileReader
H A DDataReader.cpp1329 bool DataReader::mayHaveProfileData(const BinaryFunction &Function) { in mayHaveProfileData() function in llvm::bolt::DataReader
H A DDataAggregator.cpp622 bool DataAggregator::mayHaveProfileData(const BinaryFunction &Function) { in mayHaveProfileData() function in DataAggregator
/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DProfileReaderBase.h94 virtual bool mayHaveProfileData(const BinaryFunction &BF);
H A DYAMLProfileReader.h38 virtual bool mayHaveProfileData(const BinaryFunction &BF) override;
H A DDataAggregator.h70 bool mayHaveProfileData(const BinaryFunction &BF) override;
H A DDataReader.h279 virtual bool mayHaveProfileData(const BinaryFunction &BF) override;
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2705 if (ProfileReader->mayHaveProfileData(Function)) in selectFunctionsToProcess()
2748 if (ProfileReader && !ProfileReader->mayHaveProfileData(Function)) in selectFunctionsToProcess()