Home
last modified time | relevance | path

Searched defs:ContainsExprConsumedInDifferentBlock (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DAdornedCFG.h78 AdornedCFG(const Decl & D,std::unique_ptr<CFG> Cfg,llvm::DenseMap<const Stmt *,const CFGBlock * > StmtToBlock,llvm::BitVector BlockReachable,llvm::DenseSet<const CFGBlock * > ContainsExprConsumedInDifferentBlock) AdornedCFG() argument
90 llvm::DenseSet<const CFGBlock *> ContainsExprConsumedInDifferentBlock; global() variable
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DAdornedCFG.cpp174 llvm::DenseSet<const CFGBlock *> ContainsExprConsumedInDifferentBlock = build() local