LLVM 19.0.0git
Classes | Namespaces
BlockCoverageInference.h File Reference

This file finds the minimum set of blocks on a CFG that must be instrumented to infer execution coverage for the whole graph. More...

#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/Support/raw_ostream.h"

Go to the source code of this file.

Classes

class  llvm::BlockCoverageInference
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Detailed Description

This file finds the minimum set of blocks on a CFG that must be instrumented to infer execution coverage for the whole graph.

Definition in file BlockCoverageInference.h.