LLVM 19.0.0git
Functions | Variables
CFG.cpp File Reference
#include "llvm/Analysis/CFG.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/IR/Dominators.h"
#include "llvm/Support/CommandLine.h"

Go to the source code of this file.

Functions

static const LoopgetOutermostLoop (const LoopInfo *LI, const BasicBlock *BB)
 

Variables

static cl::opt< unsignedDefaultMaxBBsToExplore ("dom-tree-reachability-max-bbs-to-explore", cl::Hidden, cl::desc("Max number of BBs to explore for reachability analysis"), cl::init(32))
 

Function Documentation

◆ getOutermostLoop()

static const Loop * getOutermostLoop ( const LoopInfo LI,
const BasicBlock BB 
)
static

Variable Documentation

◆ DefaultMaxBBsToExplore

cl::opt< unsigned > DefaultMaxBBsToExplore("dom-tree-reachability-max-bbs-to-explore", cl::Hidden, cl::desc("Max number of BBs to explore for reachability analysis"), cl::init(32)) ( "dom-tree-reachability-max-bbs-to-explore"  ,
cl::Hidden  ,
cl::desc("Max number of BBs to explore for reachability analysis")  ,
cl::init(32)   
)
static