Ghidra Decompiler Analysis Engine
Public Member Functions | Friends | List of all members
HighEdge Class Reference

A record for caching a Cover intersection test between two HighVariable objects. More...

#include <merge.hh>

Public Member Functions

bool operator< (const HighEdge &op2) const
 Comparator.
 

Friends

class Merge
 

Detailed Description

A record for caching a Cover intersection test between two HighVariable objects.

This is just a pair of HighVariable objects that can be used as a map key. The main Merge class uses it to cache intersection test results between the two variables in a map.


The documentation for this class was generated from the following file: