LLVM 20.0.0git
|
Public Member Functions | |
DotFuncBCIInfo (const BlockCoverageInference *BCI, const DenseMap< const BasicBlock *, bool > *Coverage) | |
const Function & | getFunction () |
bool | isInstrumented (const BasicBlock *BB) const |
bool | isCovered (const BasicBlock *BB) const |
bool | isDependent (const BasicBlock *Src, const BasicBlock *Dest) const |
Definition at line 250 of file BlockCoverageInference.cpp.
|
inline |
Definition at line 256 of file BlockCoverageInference.cpp.
Definition at line 260 of file BlockCoverageInference.cpp.
|
inline |
Definition at line 266 of file BlockCoverageInference.cpp.
|
inline |
Definition at line 270 of file BlockCoverageInference.cpp.
References llvm::SetVector< T, Vector, Set, N >::count(), and llvm::BlockCoverageInference::getDependencies().
|
inline |
Definition at line 262 of file BlockCoverageInference.cpp.
References llvm::BlockCoverageInference::shouldInstrumentBlock().