Home
last modified time | relevance | path

Searched refs:isTrustedSource (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Profile/
H A DProfileReaderBase.h106 virtual bool isTrustedSource() const = 0;
H A DYAMLProfileReader.h26 bool isTrustedSource() const override { return false; } in isTrustedSource() function
H A DDataAggregator.h60 bool isTrustedSource() const override { return true; } in isTrustedSource() function
H A DDataReader.h269 bool isTrustedSource() const override { return false; } in isTrustedSource() function
/llvm-project-15.0.7/bolt/lib/Profile/
H A DYAMLProfileWriter.cpp189 if (!BF.hasValidProfile() && !RI.getProfileReader()->isTrustedSource()) in writeProfile()