clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
clang::WTOCompare Struct Reference

#include "clang/Analysis/Analyses/IntervalPartition.h"

Public Member Functions

 WTOCompare (const WeakTopologicalOrdering &WTO)
 
bool operator() (const CFGBlock *B1, const CFGBlock *B2) const
 

Public Attributes

std::vector< unsignedBlockOrder
 

Detailed Description

Definition at line 52 of file IntervalPartition.h.

Constructor & Destructor Documentation

◆ WTOCompare()

clang::WTOCompare::WTOCompare ( const WeakTopologicalOrdering WTO)

Definition at line 233 of file IntervalPartition.cpp.

References BlockOrder.

Member Function Documentation

◆ operator()()

bool clang::WTOCompare::operator() ( const CFGBlock B1,
const CFGBlock B2 
) const
inline

Definition at line 55 of file IntervalPartition.h.

References BlockOrder, and clang::CFGBlock::getBlockID().

Member Data Documentation

◆ BlockOrder

std::vector<unsigned> clang::WTOCompare::BlockOrder

Definition at line 64 of file IntervalPartition.h.

Referenced by operator()(), and WTOCompare().


The documentation for this struct was generated from the following files: