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.cpp107 const CFGBlock *ChildBlock = StmtToBlock.lookup(*Child); in buildContainsExprConsumedInDifferentBlock() local
108 if (ChildBlock != Block) in buildContainsExprConsumedInDifferentBlock()
109 Result.insert(ChildBlock); in buildContainsExprConsumedInDifferentBlock()