Home
last modified time | relevance | path

Searched defs:intersection (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
Dset_operations.h86 S intersection = SetIntersection(lhs, rhs); in SetDifference() local
100 Arg intersection = SetIntersection(arg, sum); in SetDifference() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_linear_scan.cpp339 auto setFixedUsage = [this, &currentInterval](const auto &interval, LifeNumber intersection) { in GetFreeRegister()
355 auto setInactiveUsage = [this](const auto &interval, LifeNumber intersection) { in GetFreeRegister()
387 auto setFixedUsage = [this, currentInterval](const auto &interval, LifeNumber intersection) { in GetBlockedRegister()
403 auto setInactiveUsage = [this](const auto &interval, LifeNumber intersection) { in GetBlockedRegister()
532 auto intersection = currentInterval->GetFirstIntersectionWith(fixedInterval); in HandleFixedIntervalIntersection() local
Dreg_alloc_linear_scan.h177 auto intersection = interval->GetFirstIntersectionWith(current); in EnumerateIntersectedIntervals() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_gate_info.h146 RangeInfo intersection(const RangeInfo &rhs) const in intersection() function
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp55 auto intersection = current_interval->GetFirstIntersectionWith(physical_interval); in BuildIG() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.h422 auto intersection = GetFirstIntersectionWith(other); in IntersectsWith() local
Dalias_analysis.cpp417 const Pointer *intersection = nullptr; in CheckMemAddress() local
475 …ysis::SingleIntersectionAliasing(const Pointer &p1, const Pointer &p2, const Pointer *intersection) in SingleIntersectionAliasing()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js16290 static intersection(t, e, i) { method in anonymousFunctionb3e5960739900.anonymousFunctionb3e5960739a00.as