Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_analysis.cpp182 static bool PointerLess(const Pointer &lhs, const Pointer &rhs) in PointerLess() function
230 std::sort(sortedKeys.begin(), sortedKeys.end(), PointerLess); in DumpChains()
240 std::sort(sorted.begin(), sorted.end(), PointerLess); in DumpChains()
288 std::sort(sortedKeys.begin(), sortedKeys.end(), PointerLess); in Dump()
299 std::sort(sorted.begin(), sorted.end(), PointerLess); in Dump()