Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp166 Reader->profileIsCS()); in main()
184 Reader->profileIsCS()); in main()
H A DProfileGenerator.h46 bool profileIsCS);
49 bool profileIsCS);
H A DPerfReader.h579 bool profileIsCS() { return ProfileIsCS; } in profileIsCS() function
/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h477 bool profileIsCS() const { return ProfileIsCS; } in profileIsCS() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1997 if (Reader->profileIsCS() || Reader->profileIsPreInlined() || in doInitialization()
2019 if (!Reader->profileIsCS()) { in doInitialization()
2031 if (Reader->profileIsCS()) { in doInitialization()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2212 if (BaseReader->profileIsCS() != TestReader->profileIsCS()) in loadProfiles()