Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A Dllvm-profgen.cpp168 Reader->profileIsCS()); in main()
186 Reader->profileIsCS()); in main()
H A DProfileGenerator.h46 bool profileIsCS);
49 bool profileIsCS);
H A DPerfReader.h579 bool profileIsCS() { return ProfileIsCS; } in profileIsCS() function
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h474 bool profileIsCS() const { return ProfileIsCS; } in profileIsCS() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1964 if (Reader->profileIsCS() || Reader->profileIsPreInlined() || in doInitialization()
1986 if (!Reader->profileIsCS()) { in doInitialization()
1998 if (Reader->profileIsCS()) { in doInitialization()
/llvm-project-15.0.7/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp1988 if (BaseReader->profileIsCS() != TestReader->profileIsCS()) in loadProfiles()