| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.cpp | 63 for (const auto &LCS : getLineCoverageStats(CD)) { in get() local 64 if (!LCS.isMapped()) in get() 67 if (LCS.getExecutionCount()) in get()
|
| H A D | CoverageExporterLcov.cpp | 71 const coverage::LineCoverageStats &LCS = *LCI; in renderLineExecutionCounts() local 72 if (LCS.isMapped()) { in renderLineExecutionCounts() 73 OS << "DA:" << LCS.getLine() << ',' << LCS.getExecutionCount() << '\n'; in renderLineExecutionCounts()
|
| H A D | SourceCoverageViewText.cpp | 97 const LineCoverageStats &LCS, in renderLine() argument 102 auto *WrappedSegment = LCS.getWrappedSegment(); in renderLine() 103 CoverageSegmentArray Segments = LCS.getLineSegments(); in renderLine() 207 const LineCoverageStats &LCS, in renderExpansionSite() argument 212 renderLine(OS, L, LCS, ExpansionCol, ViewDepth); in renderExpansionSite()
|
| H A D | SourceCoverageViewHTML.cpp | 498 const LineCoverageStats &LCS, in renderLine() argument 511 CoverageSegmentArray Segments = LCS.getLineSegments(); in renderLine() 549 if (CheckIfUncovered(LCS.getWrappedSegment())) { in renderLine() 586 if (shouldRenderRegionMarkers(LCS)) { in renderLine() 592 if (CurSeg->Count == LCS.getExecutionCount()) in renderLine() 643 const LineCoverageStats &LCS, in renderExpansionSite() argument 647 renderLine(OS, L, LCS, ExpansionCol, ViewDepth); in renderExpansionSite()
|
| H A D | SourceCoverageViewText.h | 52 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS, 56 const LineCoverageStats &LCS, unsigned ExpansionCol,
|
| H A D | SourceCoverageViewHTML.h | 61 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS, 65 const LineCoverageStats &LCS, unsigned ExpansionCol,
|
| H A D | SourceCoverageView.h | 203 const LineCoverageStats &LCS, unsigned ExpansionCol, 220 const LineCoverageStats &LCS, 251 bool shouldRenderRegionMarkers(const LineCoverageStats &LCS) const;
|
| H A D | SourceCoverageView.cpp | 118 const LineCoverageStats &LCS) const { in shouldRenderRegionMarkers() 122 CoverageSegmentArray Segments = LCS.getLineSegments(); in shouldRenderRegionMarkers() 127 if (!CurSeg->IsRegionEntry || CurSeg->Count == LCS.getExecutionCount()) in shouldRenderRegionMarkers()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | FunctionComparator.cpp | 187 int FunctionComparator::cmpOperandBundlesSchema(const CallBase &LCS, in cmpOperandBundlesSchema() argument 189 assert(LCS.getOpcode() == RCS.getOpcode() && "Can't compare otherwise!"); in cmpOperandBundlesSchema() 192 cmpNumbers(LCS.getNumOperandBundles(), RCS.getNumOperandBundles())) in cmpOperandBundlesSchema() 195 for (unsigned I = 0, E = LCS.getNumOperandBundles(); I != E; ++I) { in cmpOperandBundlesSchema() 196 auto OBL = LCS.getOperandBundleAt(I); in cmpOperandBundlesSchema()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | FunctionComparator.h | 336 int cmpOperandBundlesSchema(const CallBase &LCS, const CallBase &RCS) const;
|
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | CoverageMappingTest.cpp | 689 for (const auto &LCS : getLineCoverageStats(Data)) { in TEST_P() local 690 ASSERT_EQ(Line + 1, LCS.getLine()); in TEST_P() 691 errs() << "Line: " << Line + 1 << ", count = " << LCS.getExecutionCount() << "\n"; in TEST_P() 692 ASSERT_EQ(LineCounts[Line], LCS.getExecutionCount()); in TEST_P()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 398 const FunctionSamples *LCS = LHS.CalleeSamples; in operator ()() local 400 assert(LCS && RCS && "Expect non-null FunctionSamples"); in operator ()() 403 if (LCS->getBodySamples().size() != RCS->getBodySamples().size()) in operator ()() 404 return LCS->getBodySamples().size() > RCS->getBodySamples().size(); in operator ()() 407 return LCS->getGUID(LCS->getName()) < RCS->getGUID(RCS->getName()); in operator ()()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | RegionStore.cpp | 1032 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding() local 1035 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS); in VisitBinding() 1290 if (Optional<nonloc::LazyCompoundVal> LCS = in populateWorkList() local 1293 const SValListTy &Vals = getInterestingValues(*LCS); in populateWorkList() 2834 if (Optional<nonloc::LazyCompoundVal> LCS = in VisitBinding() local 2837 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS); in VisitBinding()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | README.txt | 229 http://www.lcs.mit.edu/pubs/pdf/MIT-LCS-TM-600.pdf
|