LLVM 19.0.0git
Namespaces | Functions
EHUtils.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"

Go to the source code of this file.

Namespaces

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

Functions

template<typename FunctionT , typename BlockT >
static void llvm::computeEHOnlyBlocks (FunctionT &F, DenseSet< BlockT * > &EHBlocks)
 Compute a list of blocks that are only reachable via EH paths.