Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/constant_propagation/
Dconstant_propagation.h65 struct EdgeEqual { struct
66 bool operator()(Edge const &edge1, Edge const &edge2) const in operator()