Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DAdornedCFG.h57 bool isBlockReachable(const CFGBlock &B) const { in isBlockReachable() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp49 if (!ACFG.isBlockReachable(*BlockIt->getSecond())) in getEnvironment()