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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Analysis/
H A DReachableCode.cpp48 bool isDeadCodeRoot(const CFGBlock *Block);
65 bool DeadCodeScan::isDeadCodeRoot(const clang::CFGBlock *Block) { function in class:DeadCodeScan
155 if (isDeadCodeRoot(Block)) {

Completed in 44 milliseconds