LLVM 20.0.0git
|
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. | |
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.