LLVM 17.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::ModifiedPO Struct Reference

#include "llvm/Analysis/SyncDependenceAnalysis.h"

Collaboration diagram for llvm::ModifiedPO:
Collaboration graph
[legend]

Public Member Functions

void appendBlock (const BasicBlock &BB)
 
unsigned getIndexOf (const BasicBlock &BB) const
 
unsigned size () const
 
const BasicBlockgetBlockAt (unsigned Idx) const
 

Public Attributes

std::vector< const BasicBlock * > LoopPO
 
std::unordered_map< const BasicBlock *, unsignedPOIndex
 

Detailed Description

Definition at line 41 of file SyncDependenceAnalysis.h.

Member Function Documentation

◆ appendBlock()

void llvm::ModifiedPO::appendBlock ( const BasicBlock BB)
inline

Definition at line 44 of file SyncDependenceAnalysis.h.

References LoopPO, and POIndex.

◆ getBlockAt()

const BasicBlock * llvm::ModifiedPO::getBlockAt ( unsigned  Idx) const
inline

Definition at line 52 of file SyncDependenceAnalysis.h.

References Idx, and LoopPO.

◆ getIndexOf()

unsigned llvm::ModifiedPO::getIndexOf ( const BasicBlock BB) const
inline

Definition at line 48 of file SyncDependenceAnalysis.h.

References POIndex.

◆ size()

unsigned llvm::ModifiedPO::size ( ) const
inline

Definition at line 51 of file SyncDependenceAnalysis.h.

References LoopPO.

Member Data Documentation

◆ LoopPO

std::vector<const BasicBlock *> llvm::ModifiedPO::LoopPO

Definition at line 42 of file SyncDependenceAnalysis.h.

Referenced by appendBlock(), getBlockAt(), and size().

◆ POIndex

std::unordered_map<const BasicBlock *, unsigned> llvm::ModifiedPO::POIndex

Definition at line 43 of file SyncDependenceAnalysis.h.

Referenced by appendBlock(), and getIndexOf().


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