reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/PGOInstrumentation.cpp
 1151         IsCS ? NumOfCSPGOMissing++ : NumOfPGOMissing++;
 1156         IsCS ? NumOfCSPGOMismatch++ : NumOfPGOMismatch++;
 1165       LLVM_DEBUG(dbgs() << " IsCS=" << IsCS << "\n");
 1181   IsCS ? NumOfCSPGOFunc++ : NumOfPGOFunc++;
 1205   ProgramMaxCount = PGOReader->getMaximumFunctionCount(IsCS);
 1291                     << " IsCS=" << IsCS << "\n");