Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DReachableCode.cpp407 bool isDeadCodeRoot(const CFGBlock *Block);
425 bool DeadCodeScan::isDeadCodeRoot(const clang::CFGBlock *Block) { in isDeadCodeRoot() function in DeadCodeScan
517 if (isDeadCodeRoot(Block)) { in scanBackwards()