Home
last modified time | relevance | path

Searched defs:otherIt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/profilesaver/
Dprofile_dump_info.cpp147 for (const auto &otherIt : other.dumpInfo_) { in MergeWith() local
158 for (const auto &otherIt : other.dumpInfo_) { in MergeWith() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp945 …for (auto otherIt = other->GetRanges().rbegin(); otherIt != other->GetRanges().rend(); otherIt++) { in GetFirstIntersectionWith() local