LLVM 20.0.0git
|
#include "llvm/Passes/StandardInstrumentations.h"
Public Member Functions | |
CFG (const Function *F, bool TrackBBLifetime) | |
bool | operator== (const CFG &G) const |
bool | isPoisoned () const |
bool | invalidate (Function &F, const PreservedAnalyses &PA, FunctionAnalysisManager::Invalidator &) |
Static Public Member Functions | |
static void | printDiff (raw_ostream &out, const CFG &Before, const CFG &After) |
Public Attributes | |
std::optional< DenseMap< intptr_t, BBGuard > > | BBGuards |
DenseMap< const BasicBlock *, DenseMap< const BasicBlock *, unsigned > > | Graph |
Definition at line 152 of file StandardInstrumentations.h.
Definition at line 1171 of file StandardInstrumentations.cpp.
References BBGuards, F, Graph, and llvm::successors().
bool PreservedCFGCheckerInstrumentation::CFG::invalidate | ( | Function & | F, |
const PreservedAnalyses & | PA, | ||
FunctionAnalysisManager::Invalidator & | |||
) |
Definition at line 1332 of file StandardInstrumentations.cpp.
References llvm::PreservedAnalyses::getChecker().
|
inline |
Definition at line 162 of file StandardInstrumentations.h.
References llvm::any_of(), and BBGuards.
Referenced by operator==().
Definition at line 158 of file StandardInstrumentations.h.
References G, Graph, and isPoisoned().
|
static |
Definition at line 1212 of file StandardInstrumentations.cpp.
References After, assert(), Before, and printBBName().
Referenced by llvm::PreservedCFGCheckerInstrumentation::registerCallbacks().
Definition at line 153 of file StandardInstrumentations.h.
Referenced by CFG(), and isPoisoned().
DenseMap<const BasicBlock *, DenseMap<const BasicBlock *, unsigned> > llvm::PreservedCFGCheckerInstrumentation::CFG::Graph |
Definition at line 154 of file StandardInstrumentations.h.
Referenced by CFG(), and operator==().