Searched defs:mayHaveProfileData (Results 1 – 3 of 3) sorted by relevance
/llvm-project/bolt/include/bolt/Profile/ | ||
H A D | ProfileReaderBase.h | 68 virtual bool mayHaveProfileData(const BinaryFunction &BF) { return true; } in mayHaveProfileData() function |
/llvm-project/bolt/lib/Profile/ | ||
H A D | DataReader.cpp | 1315 bool DataReader::mayHaveProfileData(const BinaryFunction &Function) { in mayHaveProfileData() function in llvm::bolt::DataReader |
H A D | DataAggregator.cpp | 621 bool DataAggregator::mayHaveProfileData(const BinaryFunction &Function) { mayHaveProfileData() function in DataAggregator |