Home
last modified time | relevance | path

Searched refs:ActiveRegions (Results 1 – 25 of 45) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-mca/
H A DCodeRegion.cpp33 if (ActiveRegions.empty()) { in beginRegion()
38 ActiveRegions[Description] = 0; in beginRegion()
43 auto It = ActiveRegions.find(Description); in beginRegion()
44 if (It != ActiveRegions.end()) { in beginRegion()
64 ActiveRegions[Description] = Regions.size(); in beginRegion()
75 if (ActiveRegions.size() == 1) { in endRegion()
76 auto It = ActiveRegions.begin(); in endRegion()
78 ActiveRegions.erase(It); in endRegion()
90 auto It = ActiveRegions.find(Description); in endRegion()
91 if (It != ActiveRegions.end()) { in endRegion()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-mca/
H A DCodeRegion.cpp33 if (ActiveRegions.empty()) { in beginRegion()
38 ActiveRegions[Description] = 0; in beginRegion()
43 auto It = ActiveRegions.find(Description); in beginRegion()
44 if (It != ActiveRegions.end()) { in beginRegion()
64 ActiveRegions[Description] = Regions.size(); in beginRegion()
75 if (ActiveRegions.size() == 1) { in endRegion()
76 auto It = ActiveRegions.begin(); in endRegion()
78 ActiveRegions.erase(It); in endRegion()
90 auto It = ActiveRegions.find(Description); in endRegion()
91 if (It != ActiveRegions.end()) { in endRegion()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-mca/
H A DCodeRegion.cpp33 if (ActiveRegions.empty()) { in beginRegion()
38 ActiveRegions[Description] = 0; in beginRegion()
43 auto It = ActiveRegions.find(Description); in beginRegion()
44 if (It != ActiveRegions.end()) { in beginRegion()
64 ActiveRegions[Description] = Regions.size(); in beginRegion()
74 if (ActiveRegions.size() == 1) { in endRegion()
75 auto It = ActiveRegions.begin(); in endRegion()
77 ActiveRegions.erase(It); in endRegion()
89 auto It = ActiveRegions.find(Description); in endRegion()
90 if (It != ActiveRegions.end()) { in endRegion()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-mca/
H A DCodeRegion.cpp33 if (ActiveRegions.empty()) { in beginRegion()
38 ActiveRegions[Description] = 0; in beginRegion()
43 auto It = ActiveRegions.find(Description); in beginRegion()
44 if (It != ActiveRegions.end()) { in beginRegion()
64 ActiveRegions[Description] = Regions.size(); in beginRegion()
75 if (ActiveRegions.size() == 1) { in endRegion()
76 auto It = ActiveRegions.begin(); in endRegion()
78 ActiveRegions.erase(It); in endRegion()
90 auto It = ActiveRegions.find(Description); in endRegion()
91 if (It != ActiveRegions.end()) { in endRegion()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp33 if (ActiveRegions.empty()) { in beginRegion()
38 ActiveRegions[Description] = 0; in beginRegion()
43 auto It = ActiveRegions.find(Description); in beginRegion()
44 if (It != ActiveRegions.end()) { in beginRegion()
64 ActiveRegions[Description] = Regions.size(); in beginRegion()
74 if (ActiveRegions.size() == 1) { in endRegion()
75 auto It = ActiveRegions.begin(); in endRegion()
77 ActiveRegions.erase(It); in endRegion()
89 auto It = ActiveRegions.find(Description); in endRegion()
90 if (It != ActiveRegions.end()) { in endRegion()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegion.cpp33 if (ActiveRegions.empty()) { in beginRegion()
38 ActiveRegions[Description] = 0; in beginRegion()
43 auto It = ActiveRegions.find(Description); in beginRegion()
44 if (It != ActiveRegions.end()) { in beginRegion()
64 ActiveRegions[Description] = Regions.size(); in beginRegion()
75 if (ActiveRegions.size() == 1) { in endRegion()
76 auto It = ActiveRegions.begin(); in endRegion()
78 ActiveRegions.erase(It); in endRegion()
90 auto It = ActiveRegions.find(Description); in endRegion()
91 if (It != ActiveRegions.end()) { in endRegion()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-mca/
H A DCodeRegion.cpp33 if (ActiveRegions.empty()) { in beginRegion()
38 ActiveRegions[Description] = 0; in beginRegion()
43 auto It = ActiveRegions.find(Description); in beginRegion()
44 if (It != ActiveRegions.end()) { in beginRegion()
64 ActiveRegions[Description] = Regions.size(); in beginRegion()
74 if (ActiveRegions.size() == 1) { in endRegion()
75 auto It = ActiveRegions.begin(); in endRegion()
77 ActiveRegions.erase(It); in endRegion()
89 auto It = ActiveRegions.find(Description); in endRegion()
90 if (It != ActiveRegions.end()) { in endRegion()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-mca/
H A DCodeRegion.cpp33 if (ActiveRegions.empty()) { in beginRegion()
38 ActiveRegions[Description] = 0; in beginRegion()
43 auto It = ActiveRegions.find(Description); in beginRegion()
44 if (It != ActiveRegions.end()) { in beginRegion()
64 ActiveRegions[Description] = Regions.size(); in beginRegion()
74 if (ActiveRegions.size() == 1) { in endRegion()
75 auto It = ActiveRegions.begin(); in endRegion()
77 ActiveRegions.erase(It); in endRegion()
89 auto It = ActiveRegions.find(Description); in endRegion()
90 if (It != ActiveRegions.end()) { in endRegion()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-mca/
H A DCodeRegion.cpp33 if (ActiveRegions.empty()) { in beginRegion()
38 ActiveRegions[Description] = 0; in beginRegion()
43 auto It = ActiveRegions.find(Description); in beginRegion()
44 if (It != ActiveRegions.end()) { in beginRegion()
64 ActiveRegions[Description] = Regions.size(); in beginRegion()
75 if (ActiveRegions.size() == 1) { in endRegion()
76 auto It = ActiveRegions.begin(); in endRegion()
78 ActiveRegions.erase(It); in endRegion()
90 auto It = ActiveRegions.find(Description); in endRegion()
91 if (It != ActiveRegions.end()) { in endRegion()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-mca/
H A DCodeRegion.cpp33 if (ActiveRegions.empty()) { in beginRegion()
38 ActiveRegions[Description] = 0; in beginRegion()
43 auto It = ActiveRegions.find(Description); in beginRegion()
44 if (It != ActiveRegions.end()) { in beginRegion()
64 ActiveRegions[Description] = Regions.size(); in beginRegion()
74 if (ActiveRegions.size() == 1) { in endRegion()
75 auto It = ActiveRegions.begin(); in endRegion()
77 ActiveRegions.erase(It); in endRegion()
89 auto It = ActiveRegions.find(Description); in endRegion()
90 if (It != ActiveRegions.end()) { in endRegion()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-mca/
H A DCodeRegion.cpp33 if (ActiveRegions.empty()) { in beginRegion()
38 ActiveRegions[Description] = 0; in beginRegion()
43 auto It = ActiveRegions.find(Description); in beginRegion()
44 if (It != ActiveRegions.end()) { in beginRegion()
64 ActiveRegions[Description] = Regions.size(); in beginRegion()
74 if (ActiveRegions.size() == 1) { in endRegion()
75 auto It = ActiveRegions.begin(); in endRegion()
77 ActiveRegions.erase(It); in endRegion()
89 auto It = ActiveRegions.find(Description); in endRegion()
90 if (It != ActiveRegions.end()) { in endRegion()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-mca/
H A DCodeRegion.cpp33 if (ActiveRegions.empty()) { in beginRegion()
38 ActiveRegions[Description] = 0; in beginRegion()
43 auto It = ActiveRegions.find(Description); in beginRegion()
44 if (It != ActiveRegions.end()) { in beginRegion()
64 ActiveRegions[Description] = Regions.size(); in beginRegion()
74 if (ActiveRegions.size() == 1) { in endRegion()
75 auto It = ActiveRegions.begin(); in endRegion()
77 ActiveRegions.erase(It); in endRegion()
89 auto It = ActiveRegions.find(Description); in endRegion()
90 if (It != ActiveRegions.end()) { in endRegion()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-mca/
H A DCodeRegion.cpp33 if (ActiveRegions.empty()) { in beginRegion()
38 ActiveRegions[Description] = 0; in beginRegion()
43 auto It = ActiveRegions.find(Description); in beginRegion()
44 if (It != ActiveRegions.end()) { in beginRegion()
64 ActiveRegions[Description] = Regions.size(); in beginRegion()
75 if (ActiveRegions.size() == 1) { in endRegion()
76 auto It = ActiveRegions.begin(); in endRegion()
78 ActiveRegions.erase(It); in endRegion()
90 auto It = ActiveRegions.find(Description); in endRegion()
91 if (It != ActiveRegions.end()) { in endRegion()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-mca/
H A DCodeRegion.cpp33 if (ActiveRegions.empty()) {
38 ActiveRegions[Description] = 0;
43 auto It = ActiveRegions.find(Description);
44 if (It != ActiveRegions.end()) {
64 ActiveRegions[Description] = Regions.size();
74 if (ActiveRegions.size() == 1) {
75 auto It = ActiveRegions.begin();
77 ActiveRegions.erase(It);
89 auto It = ActiveRegions.find(Description);
90 if (It != ActiveRegions.end()) { in LLVMFuzzerInputBuffer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp370 SmallVector<const CountedRegion *, 8> ActiveRegions; member in __anonf8da37b60311::SegmentBuilder
426 const auto *CompletedRegion = ActiveRegions[I]; in completeRegionsUntil()
445 CompletedRegion = ActiveRegions[J]; in completeRegionsUntil()
450 auto Last = ActiveRegions.back(); in completeRegionsUntil()
463 ActiveRegions.erase(CompletedRegionsIt, ActiveRegions.end()); in completeRegionsUntil()
472 std::stable_partition(ActiveRegions.begin(), ActiveRegions.end(), in buildSegmentsImpl()
476 if (CompletedRegions != ActiveRegions.end()) { in buildSegmentsImpl()
491 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl()
495 if (Skipped && !ActiveRegions.empty()) in buildSegmentsImpl()
507 ActiveRegions.push_back(&CR.value()); in buildSegmentsImpl()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp327 SmallVector<const CountedRegion *, 8> ActiveRegions; member in __anon1593e2c30211::SegmentBuilder
375 std::stable_sort(CompletedRegionsIt, ActiveRegions.end(), in completeRegionsUntil()
383 const auto *CompletedRegion = ActiveRegions[I]; in completeRegionsUntil()
402 CompletedRegion = ActiveRegions[J]; in completeRegionsUntil()
407 auto Last = ActiveRegions.back(); in completeRegionsUntil()
420 ActiveRegions.erase(CompletedRegionsIt, ActiveRegions.end()); in completeRegionsUntil()
429 std::stable_partition(ActiveRegions.begin(), ActiveRegions.end(), in buildSegmentsImpl()
433 if (CompletedRegions != ActiveRegions.end()) { in buildSegmentsImpl()
446 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl()
458 ActiveRegions.push_back(&CR.value()); in buildSegmentsImpl()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp325 SmallVector<const CountedRegion *, 8> ActiveRegions; member in __anon9bd5b4810211::SegmentBuilder
373 std::stable_sort(CompletedRegionsIt, ActiveRegions.end(), in completeRegionsUntil()
381 const auto *CompletedRegion = ActiveRegions[I]; in completeRegionsUntil()
400 CompletedRegion = ActiveRegions[J]; in completeRegionsUntil()
405 auto Last = ActiveRegions.back(); in completeRegionsUntil()
418 ActiveRegions.erase(CompletedRegionsIt, ActiveRegions.end()); in completeRegionsUntil()
427 std::stable_partition(ActiveRegions.begin(), ActiveRegions.end(), in buildSegmentsImpl()
431 if (CompletedRegions != ActiveRegions.end()) { in buildSegmentsImpl()
444 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl()
456 ActiveRegions.push_back(&CR.value()); in buildSegmentsImpl()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp321 SmallVector<const CountedRegion *, 8> ActiveRegions;
369 std::stable_sort(CompletedRegionsIt, ActiveRegions.end(),
377 const auto *CompletedRegion = ActiveRegions[I];
396 CompletedRegion = ActiveRegions[J];
401 auto Last = ActiveRegions.back();
414 ActiveRegions.erase(CompletedRegionsIt, ActiveRegions.end());
423 std::stable_partition(ActiveRegions.begin(), ActiveRegions.end(),
427 if (CompletedRegions != ActiveRegions.end()) {
440 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(),
452 ActiveRegions.push_back(&CR.value());
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp415 SmallVector<const CountedRegion *, 8> ActiveRegions; member in __anon84b0d6e30311::SegmentBuilder
471 const auto *CompletedRegion = ActiveRegions[I]; in completeRegionsUntil()
490 CompletedRegion = ActiveRegions[J]; in completeRegionsUntil()
495 auto Last = ActiveRegions.back(); in completeRegionsUntil()
508 ActiveRegions.erase(CompletedRegionsIt, ActiveRegions.end()); in completeRegionsUntil()
517 std::stable_partition(ActiveRegions.begin(), ActiveRegions.end(), in buildSegmentsImpl()
521 if (CompletedRegions != ActiveRegions.end()) { in buildSegmentsImpl()
536 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl()
540 if (Skipped && !ActiveRegions.empty()) in buildSegmentsImpl()
552 ActiveRegions.push_back(&CR.value()); in buildSegmentsImpl()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp415 SmallVector<const CountedRegion *, 8> ActiveRegions; member in __anon4870f7390311::SegmentBuilder
471 const auto *CompletedRegion = ActiveRegions[I]; in completeRegionsUntil()
490 CompletedRegion = ActiveRegions[J]; in completeRegionsUntil()
495 auto Last = ActiveRegions.back(); in completeRegionsUntil()
508 ActiveRegions.erase(CompletedRegionsIt, ActiveRegions.end()); in completeRegionsUntil()
517 std::stable_partition(ActiveRegions.begin(), ActiveRegions.end(), in buildSegmentsImpl()
521 if (CompletedRegions != ActiveRegions.end()) { in buildSegmentsImpl()
536 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl()
540 if (Skipped && !ActiveRegions.empty()) in buildSegmentsImpl()
552 ActiveRegions.push_back(&CR.value()); in buildSegmentsImpl()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp375 SmallVector<const CountedRegion *, 8> ActiveRegions; member in __anond03e9b950311::SegmentBuilder
431 const auto *CompletedRegion = ActiveRegions[I]; in completeRegionsUntil()
450 CompletedRegion = ActiveRegions[J]; in completeRegionsUntil()
455 auto Last = ActiveRegions.back(); in completeRegionsUntil()
468 ActiveRegions.erase(CompletedRegionsIt, ActiveRegions.end()); in completeRegionsUntil()
477 std::stable_partition(ActiveRegions.begin(), ActiveRegions.end(), in buildSegmentsImpl()
481 if (CompletedRegions != ActiveRegions.end()) { in buildSegmentsImpl()
496 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl()
500 if (Skipped && !ActiveRegions.empty()) in buildSegmentsImpl()
512 ActiveRegions.push_back(&CR.value()); in buildSegmentsImpl()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp415 SmallVector<const CountedRegion *, 8> ActiveRegions; member in __anon4a948dd80311::SegmentBuilder
471 const auto *CompletedRegion = ActiveRegions[I]; in completeRegionsUntil()
490 CompletedRegion = ActiveRegions[J]; in completeRegionsUntil()
495 auto Last = ActiveRegions.back(); in completeRegionsUntil()
508 ActiveRegions.erase(CompletedRegionsIt, ActiveRegions.end()); in completeRegionsUntil()
517 std::stable_partition(ActiveRegions.begin(), ActiveRegions.end(), in buildSegmentsImpl()
521 if (CompletedRegions != ActiveRegions.end()) { in buildSegmentsImpl()
536 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl()
540 if (Skipped && !ActiveRegions.empty()) in buildSegmentsImpl()
552 ActiveRegions.push_back(&CR.value()); in buildSegmentsImpl()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp415 SmallVector<const CountedRegion *, 8> ActiveRegions; member in __anona8bbe5960311::SegmentBuilder
471 const auto *CompletedRegion = ActiveRegions[I]; in completeRegionsUntil()
490 CompletedRegion = ActiveRegions[J]; in completeRegionsUntil()
495 auto Last = ActiveRegions.back(); in completeRegionsUntil()
508 ActiveRegions.erase(CompletedRegionsIt, ActiveRegions.end()); in completeRegionsUntil()
517 std::stable_partition(ActiveRegions.begin(), ActiveRegions.end(), in buildSegmentsImpl()
521 if (CompletedRegions != ActiveRegions.end()) { in buildSegmentsImpl()
536 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl()
540 if (Skipped && !ActiveRegions.empty()) in buildSegmentsImpl()
552 ActiveRegions.push_back(&CR.value()); in buildSegmentsImpl()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp415 SmallVector<const CountedRegion *, 8> ActiveRegions; member in __anon647dc9ab0311::SegmentBuilder
471 const auto *CompletedRegion = ActiveRegions[I]; in completeRegionsUntil()
490 CompletedRegion = ActiveRegions[J]; in completeRegionsUntil()
495 auto Last = ActiveRegions.back(); in completeRegionsUntil()
508 ActiveRegions.erase(CompletedRegionsIt, ActiveRegions.end()); in completeRegionsUntil()
517 std::stable_partition(ActiveRegions.begin(), ActiveRegions.end(), in buildSegmentsImpl()
521 if (CompletedRegions != ActiveRegions.end()) { in buildSegmentsImpl()
536 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl()
540 if (Skipped && !ActiveRegions.empty()) in buildSegmentsImpl()
552 ActiveRegions.push_back(&CR.value()); in buildSegmentsImpl()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp375 SmallVector<const CountedRegion *, 8> ActiveRegions; member in __anonaa59b1290311::SegmentBuilder
431 const auto *CompletedRegion = ActiveRegions[I]; in completeRegionsUntil()
450 CompletedRegion = ActiveRegions[J]; in completeRegionsUntil()
455 auto Last = ActiveRegions.back(); in completeRegionsUntil()
468 ActiveRegions.erase(CompletedRegionsIt, ActiveRegions.end()); in completeRegionsUntil()
477 std::stable_partition(ActiveRegions.begin(), ActiveRegions.end(), in buildSegmentsImpl()
481 if (CompletedRegions != ActiveRegions.end()) { in buildSegmentsImpl()
496 startSegment(ActiveRegions.empty() ? CR.value() : *ActiveRegions.back(), in buildSegmentsImpl()
500 if (Skipped && !ActiveRegions.empty()) in buildSegmentsImpl()
512 ActiveRegions.push_back(&CR.value()); in buildSegmentsImpl()
[all …]

12