Home
last modified time | relevance | path

Searched refs:containsExprConsumedInDifferentBlock (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DAdornedCFG.h69 bool containsExprConsumedInDifferentBlock(const CFGBlock &B) const { in containsExprConsumedInDifferentBlock() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp262 if (Pred && AC.ACFG.containsExprConsumedInDifferentBlock(*Pred)) { in computeBlockInputState()