Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h474 bool profileIsProbeBased() const { return ProfileIsProbeBased; } in profileIsProbeBased() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1998 Reader->profileIsProbeBased()) { in doInitialization()
2038 if (Reader->profileIsProbeBased()) { in doInitialization()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2209 if (BaseReader->profileIsProbeBased() != TestReader->profileIsProbeBased()) in loadProfiles()