Home
last modified time | relevance | path

Searched refs:LCS (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp63 for (const auto &LCS : getLineCoverageStats(CD)) { in get() local
64 if (!LCS.isMapped()) in get()
67 if (LCS.getExecutionCount()) in get()
H A DCoverageExporterLcov.cpp71 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 DSourceCoverageViewText.cpp97 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 DSourceCoverageViewHTML.cpp498 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 DSourceCoverageViewText.h52 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
56 const LineCoverageStats &LCS, unsigned ExpansionCol,
H A DSourceCoverageViewHTML.h61 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
65 const LineCoverageStats &LCS, unsigned ExpansionCol,
H A DSourceCoverageView.h203 const LineCoverageStats &LCS, unsigned ExpansionCol,
220 const LineCoverageStats &LCS,
251 bool shouldRenderRegionMarkers(const LineCoverageStats &LCS) const;
H A DSourceCoverageView.cpp118 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 DFunctionComparator.cpp187 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 DFunctionComparator.h336 int cmpOperandBundlesSchema(const CallBase &LCS, const CallBase &RCS) const;
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DCoverageMappingTest.cpp689 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 DSampleProfile.cpp398 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 DRegionStore.cpp1032 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 DREADME.txt229 http://www.lcs.mit.edu/pubs/pdf/MIT-LCS-TM-600.pdf