Lines Matching defs:IsCS
581 bool IsCS;
640 bool IsCS = false, bool InstrumentFuncEntry = true,
642 : F(Func), IsCS(IsCS), ComdatMembers(ComdatMembers), VPC(Func, TLI),
652 if (!IsCS) {
675 IsCS ? NumOfCSPGOEdge++ : NumOfPGOEdge++;
677 IsCS ? NumOfCSPGOInstrument++ : NumOfPGOInstrument++;
728 if (IsCS)
873 IsCS ? NumOfCSPGOSplit++ : NumOfPGOSplit++;
1152 LoopInfo *LI, ProfileSummaryInfo *PSI, bool IsCS,
1156 FuncInfo(Func, TLI, ComdatMembers, false, BPI, BFIin, LI, IsCS,
1159 FreqAttr(FFA_Normal), IsCS(IsCS), VPC(Func, TLI) {}
1239 bool IsCS;
1396 IsCS ? NumOfCSPGOMissing++ : NumOfPGOMissing++;
1401 IsCS ? NumOfCSPGOMismatch++ : NumOfPGOMismatch++;
1413 LLVM_DEBUG(dbgs() << " IsCS=" << IsCS << "\n");
1449 IsCS ? NumOfCSPGOFunc++ : NumOfPGOFunc++;
1475 ProgramMaxCount = PGOReader->getMaximumFunctionCount(IsCS);
1488 IsCS ? NumOfCSPGOFunc++ : NumOfPGOFunc++;
1673 << " IsCS=" << IsCS << "\n");
2140 bool IsCS) {
2161 if (!PGOReader->hasCSIRLevelProfile() && IsCS)
2190 M.setProfileSummary(PGOReader->getSummary(IsCS).getMD(M.getContext()),
2191 IsCS ? ProfileSummary::PSK_CSInstr
2223 PGOUseFunc Func(F, &M, TLI, ComdatMembers, BPI, BFI, LI, PSI, IsCS,
2338 std::string Filename, std::string RemappingFilename, bool IsCS,
2341 ProfileRemappingFileName(std::move(RemappingFilename)), IsCS(IsCS),
2371 IsCS))