Searched refs:LCS (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp35 for (const auto &LCS : getLineCoverageStats(CD)) {
36 if (!LCS.isMapped())
39 if (LCS.getExecutionCount())
H A DCoverageExporterLcov.cpp67 const coverage::LineCoverageStats &LCS = *LCI; local
68 if (LCS.isMapped()) {
69 OS << "DA:" << LCS.getLine() << ',' << LCS.getExecutionCount() << '\n';
H A DSourceCoverageViewText.h52 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
56 const LineCoverageStats &LCS, unsigned ExpansionCol,
H A DSourceCoverageViewText.cpp96 const LineCoverageStats &LCS,
101 auto *WrappedSegment = LCS.getWrappedSegment();
102 CoverageSegmentArray Segments = LCS.getLineSegments();
206 const LineCoverageStats &LCS,
211 renderLine(OS, L, LCS, ExpansionCol, ViewDepth);
95 renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS, unsigned ExpansionCol, unsigned ViewDepth) argument
205 renderExpansionSite(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS, unsigned ExpansionCol, unsigned ViewDepth) argument
H A DSourceCoverageViewHTML.h61 void renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS,
65 const LineCoverageStats &LCS, unsigned ExpansionCol,
H A DSourceCoverageView.cpp118 const LineCoverageStats &LCS) const {
122 CoverageSegmentArray Segments = LCS.getLineSegments();
127 if (!CurSeg->IsRegionEntry || CurSeg->Count == LCS.getExecutionCount())
H A DSourceCoverageView.h183 const LineCoverageStats &LCS, unsigned ExpansionCol,
200 const LineCoverageStats &LCS,
227 bool shouldRenderRegionMarkers(const LineCoverageStats &LCS) const;
H A DSourceCoverageViewHTML.cpp492 const LineCoverageStats &LCS,
505 CoverageSegmentArray Segments = LCS.getLineSegments();
543 if (CheckIfUncovered(LCS.getWrappedSegment())) {
580 if (shouldRenderRegionMarkers(LCS)) {
586 if (CurSeg->Count == LCS.getExecutionCount())
637 const LineCoverageStats &LCS,
641 renderLine(OS, L, LCS, ExpansionCol, ViewDepth);
491 renderLine(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS, unsigned ExpansionCol, unsigned) argument
636 renderExpansionSite(raw_ostream &OS, LineRef L, const LineCoverageStats &LCS, unsigned ExpansionCol, unsigned ViewDepth) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionComparator.h335 int cmpOperandBundlesSchema(const CallBase &LCS, const CallBase &RCS) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp174 int FunctionComparator::cmpOperandBundlesSchema(const CallBase &LCS, argument
176 assert(LCS.getOpcode() == RCS.getOpcode() && "Can't compare otherwise!");
179 cmpNumbers(LCS.getNumOperandBundles(), RCS.getNumOperandBundles()))
182 for (unsigned I = 0, E = LCS.getNumOperandBundles(); I != E; ++I) {
183 auto OBL = LCS.getOperandBundleAt(I);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1044 if (Optional<nonloc::LazyCompoundVal> LCS =
1047 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS);
1302 if (Optional<nonloc::LazyCompoundVal> LCS =
1305 const SValListTy &Vals = getInterestingValues(*LCS);
2549 if (Optional<nonloc::LazyCompoundVal> LCS =
2552 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS);

Completed in 170 milliseconds