Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DAdornedCFG.cpp108 const CFGBlock *ChildBlock = StmtToBlock.lookup(Child); in buildContainsExprConsumedInDifferentBlock() local
109 if (ChildBlock != Block) in buildContainsExprConsumedInDifferentBlock()
110 Result.insert(ChildBlock); in buildContainsExprConsumedInDifferentBlock()