clang: clang::CFGReverseBlockReachabilityAnalysis Class Reference (original) (raw)

#include "[clang/Analysis/Analyses/CFGReachabilityAnalysis.h](CFGReachabilityAnalysis%5F8h%5Fsource.html)"

Public Member Functions
CFGReverseBlockReachabilityAnalysis (const CFG &cfg)
bool isReachable (const CFGBlock *Src, const CFGBlock *Dst)
Returns true if the block 'Dst' can be reached from block 'Src'.

Definition at line 31 of file CFGReachabilityAnalysis.h.

CFGReverseBlockReachabilityAnalysis::CFGReverseBlockReachabilityAnalysis ( const CFG & cfg )

isReachable()

bool CFGReverseBlockReachabilityAnalysis::isReachable ( const CFGBlock * Src,
const CFGBlock * Dst
)

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