Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp171 bool isValid() const { return ProfileIsValid; } in isValid()
189 bool ProfileIsValid = true; member in llvm::MIRProfileLoader
299 ProfileIsValid = (Reader->read() == sampleprof_error::success); in doInitialization()