Home
last modified time | relevance | path

Searched refs:reachable (Results 1 – 25 of 57) sorted by relevance

123

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDUnreachableCodeChecker.cpp46 CFGBlocksSet &reachable,
56 CFGBlocksSet reachable, visited; in checkEndAnalysis() local
84 reachable.insert(CB->getBlockID()); in checkEndAnalysis()
103 if (reachable.count(CB->getBlockID())) in checkEndAnalysis()
112 FindUnreachableEntryPoints(CB, reachable, visited); in checkEndAnalysis()
115 if (reachable.count(CB->getBlockID())) in checkEndAnalysis()
175 CFGBlocksSet &reachable, in FindUnreachableEntryPoints() argument
184 if (!reachable.count((*I)->getBlockID())) { in FindUnreachableEntryPoints()
187 reachable.insert(CB->getBlockID()); in FindUnreachableEntryPoints()
190 FindUnreachableEntryPoints(*I, reachable, visited); in FindUnreachableEntryPoints()
HDAnalyzerStatsChecker.cpp46 llvm::SmallPtrSet<const CFGBlock*, 256> reachable; in checkEndAnalysis() local
65 reachable.insert(CB); in checkEndAnalysis()
79 if (!reachable.count(CB)) { in checkEndAnalysis()
HDDeadStoresChecker.cpp69 llvm::BitVector reachable; member in __anonde49362a0111::ReachableCode
72 : cfg(cfg), reachable(cfg.getNumBlockIDs(), false) {} in ReachableCode()
77 return reachable[block->getBlockID()]; in isReachable()
91 llvm::BitVector::reference isReachable = reachable[block->getBlockID()]; in computeReachableBlocks()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDReachableCode.cpp356 DeadCodeScan(llvm::BitVector &reachable, Preprocessor &PP) in DeadCodeScan() argument
357 : Visited(reachable.size()), in DeadCodeScan()
358 Reachable(reachable), in DeadCodeScan()
646 llvm::BitVector reachable(cfg->getNumBlockIDs()); in FindUnreachableCode() local
648 scanMaybeReachableFromBlock(&cfg->getEntry(), PP, reachable); in FindUnreachableCode()
657 numReachable += scanMaybeReachableFromBlock(*I, PP, reachable); in FindUnreachableCode()
668 if (reachable[block->getBlockID()]) in FindUnreachableCode()
671 DeadCodeScan DS(reachable, PP); in FindUnreachableCode()
HDCFGReachabilityAnalysis.cpp37 return reachable[DstBlockID][Src->getBlockID()]; in isReachable()
46 ReachableSet &DstReachability = reachable[Dst->getBlockID()]; in mapReachability()
/NextBSD/contrib/gcc/
HDcgraphunit.c440 if (node->reachable && !flag_unit_at_a_time) in cgraph_reset_node()
448 node->reachable = 0; in cgraph_reset_node()
1134 gcc_assert (!node->analyzed && node->reachable); in cgraph_finalize_compilation_unit()
1140 if (!edge->callee->reachable) in cgraph_finalize_compilation_unit()
1174 if (!node->reachable && DECL_SAVED_TREE (decl)) in cgraph_finalize_compilation_unit()
1219 || (e && node->reachable)) in cgraph_mark_functions_to_output()
1321 gcc_assert (node->reachable); in cgraph_expand_all_functions()
1454 if (node->reachable in cgraph_function_and_variable_visibility()
1804 new_version->reachable = true; in cgraph_copy_node_for_versioning()
1912 first_clone->reachable = 1; in save_inline_function_body()
HDcgraph.c538 node->needed = node->reachable = false; in cgraph_remove_node()
619 if (!node->reachable && node->local.finalized) in cgraph_mark_reachable_node()
622 node->reachable = 1; in cgraph_mark_reachable_node()
723 else if (node->reachable) in dump_cgraph_node()
HDcgraph.h158 unsigned reachable : 1; member
HDipa-inline.c909 if (node->analyzed && (node->needed || node->reachable)) in cgraph_decide_inlining()
1201 if (node->analyzed && (node->needed || node->reachable)) in cgraph_early_inlining()
1209 && (node->needed || node->reachable) in cgraph_early_inlining()
HDexcept.c673 bool *reachable; in remove_unreachable_regions() local
678 reachable = xcalloc (cfun->eh->last_region_number + 1, sizeof(bool)); in remove_unreachable_regions()
699 reachable[uid_region_num[INSN_UID (insn)]] = true; in remove_unreachable_regions()
704 if (r && r->region_number == i && !reachable[i]) in remove_unreachable_regions()
712 if (r->outer && reachable[r->outer->region_number]) in remove_unreachable_regions()
729 if (reachable[c->region_number]) in remove_unreachable_regions()
746 free (reachable); in remove_unreachable_regions()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
HDCFGReachabilityAnalysis.h36 ReachableMap reachable; variable
/NextBSD/sys/netinet6/
HDnd6.h68 u_int32_t reachable; /* Reachable Time */ member
188 u_int32_t reachable; /* Reachable Time */ member
HDnd6.c256 nd->reachable = ND_COMPUTE_RTIME(nd->basereachable); in nd6_ifattach()
685 delay = (long)ND_IFINFO(ifp)->reachable * hz; in nd6_llinfo_setstate()
1563 ND.reachable = ND_IFINFO(ifp)->reachable; in nd6_ioctl()
1592 ND_IFINFO(ifp)->reachable = in nd6_ioctl()
2057 nd6if->reachable = ND_COMPUTE_RTIME(nd6if->basereachable); in nd6_slowtimo()
HDnd6_rtr.c294 ndi->reachable = ND_COMPUTE_RTIME(ndi->basereachable); in nd6_ra_input()
/NextBSD/contrib/compiler-rt/lib/lsan/
HDlsan_flags.inc30 // Flags controlling the root set of reachable memory.
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineVerifier.cpp100 bool reachable; member
125 BBInfo() : reachable(false) {} in BBInfo()
448 if (!MInfo.reachable) { in markReachable()
449 MInfo.reachable = true; in markReachable()
1199 if (!MInfo.reachable) in calcRegsPassed()
1275 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps()
1299 if (!MInfo.reachable) in visitMachineFunctionAfter()
/NextBSD/contrib/llvm/lib/Support/
HDregengine.inc846 - step - map set of states reachable before char to set reachable after
852 states bef, /* states reachable before */
854 states aft) /* states already known reachable after */
/NextBSD/share/examples/IPv6/
HDUSAGE269 fe80::5254:ff:fedc:5217%ed0 (reachable)
270 fe80::260:97ff:fec2:80bf%ed0 (reachable)
/NextBSD/contrib/bsnmp/snmp_ntp/
HDNTP-MIB.txt484 considered reachable if at least one bit in this register is
/NextBSD/usr.sbin/ndp/
HDndp.c995 printf(", reachable=%ds", ND.reachable); in ifinfo()
/NextBSD/contrib/jansson/
HDCMakeLists.txt467 "--error-exitcode=1 --leak-check=full --show-reachable=yes --track-origins=yes -q")
/NextBSD/sys/dev/isp/
HDDriverManual.txt485 achieved. The core internal function isp_fclink_test (reachable via
522 isp_scan_fabric (reachable via isp_control(..ISPCTL_SCAN_FABRIC)) will,
/NextBSD/contrib/ntp/ntpq/
HDntpq.texi234 @tab @code{yes}: reachable, @code{no}: unreachable
/NextBSD/contrib/jansson/doc/
HDapiref.rst1406 reachable from ``root``, to be increased. Furthermore, the ``o``
1408 modifying the structure or contents of a value reachable from
/NextBSD/crypto/openssl/
HDNEWS43 o DoS via reachable assert in SSLv2 servers fix (CVE-2015-0293)

123