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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DCFGReachabilityAnalysis.h12 // is reachable within the CFG.
36 ReachableMap reachable; member in class:clang::CFGReverseBlockReachabilityAnalysis
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.cpp46 CFGBlocksSet &reachable,
56 CFGBlocksSet reachable, visited; local
81 reachable.insert(CB->getBlockID());
100 if (reachable.count(CB->getBlockID()))
109 FindUnreachableEntryPoints(CB, reachable, visited);
112 if (reachable.count(CB->getBlockID()))
172 CFGBlocksSet &reachable,
178 if (!reachable.count((*I)->getBlockID())) {
179 // If we find an unreachable predecessor, mark this block as reachable so
181 reachable
171 FindUnreachableEntryPoints(const CFGBlock *CB, CFGBlocksSet &reachable, CFGBlocksSet &visited) argument
[all...]
H A DAnalyzerStatsChecker.cpp46 llvm::SmallPtrSet<const CFGBlock*, 256> reachable; local
65 reachable.insert(CB);
79 if (!reachable.count(CB)) {
H A DDeadStoresChecker.cpp70 llvm::BitVector reachable; member in class:__anon3346::ReachableCode
73 : cfg(cfg), reachable(cfg.getNumBlockIDs(), false) {}
78 return reachable[block->getBlockID()];
93 llvm::BitVector::reference isReachable = reachable[block->getBlockID()];
169 // Compute reachable blocks within the CFG for trivial cases
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp12 // is reachable within the CFG.
37 return reachable[DstBlockID][Src->getBlockID()];
46 ReachableSet &DstReachability = reachable[Dst->getBlockID()];
H A DReachableCode.cpp11 // determining reachable blocks within a CFG.
40 DeadCodeScan(llvm::BitVector &reachable) argument
41 : Visited(reachable.size()),
42 Reachable(reachable) {}
128 // It is possible that this block has been marked reachable after
264 // The entry block may have already been marked reachable
273 // Find the reachable blocks from 'Start'.
277 // Look at the successors and mark then reachable.
297 // Scan for reachable blocks from the entrance of the CFG.
299 llvm::BitVector reachable(cf
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dcgraphunit.c100 In cgraph_finalize_compilation_unit the reachable functions are
101 analyzed. During analysis the call-graph edges from reachable
103 reachable. References to functions and variables are discovered too
110 to change function from !reachable to reachable and thus
113 Finally the call-graph is topologically sorted and all reachable functions
119 optimization and re-discovering reachable functions.
138 construction the edge destinations are not marked as reachable and it
240 /* Constructors and destructors are reachable from the runtime by
440 if (node->reachable
[all...]
H A Dcgraph.h156 /* Set when function is reachable by call from other function
157 that is either reachable or needed. */
158 unsigned reachable : 1;
H A Dcgraph.c538 node->needed = node->reachable = false;
614 /* Notify finalize_compilation_unit that given node is reachable. */
619 if (!node->reachable && node->local.finalized)
622 node->reachable = 1;
630 /* Likewise indicate that a node is needed, i.e. reachable via some
723 else if (node->reachable)
724 fprintf (f, " reachable");
922 /* Notify finalize_compilation_unit that given node is reachable
H A Dipa-inline.c909 if (node->analyzed && (node->needed || node->reachable))
1174 /* Because inlining might remove no-longer reachable nodes, we need to
1201 if (node->analyzed && (node->needed || node->reachable))
1209 && (node->needed || node->reachable)
H A Dexcept.c674 /* Remove all regions whose labels are not reachable from insns. */
680 bool *reachable;
685 reachable = xcalloc (cfun->eh->last_region_number + 1, sizeof(bool));
706 reachable[uid_region_num[INSN_UID (insn)]] = true;
711 if (r && r->region_number == i && !reachable[i])
718 is reachable. */
719 if (r->outer && reachable[r->outer->region_number])
732 /* TRY regions are reachable if any of its CATCH regions
733 are reachable. */
736 if (reachable[
673 bool *reachable; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregengine.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 */
/freebsd-10.0-release/sys/netinet6/
H A Dnd6.h68 u_int32_t reachable; /* Reachable Time */ member in struct:nd_ifinfo
190 u_int32_t reachable; /* Reachable Time */ member in struct:in6_ondireq::__anon10492
H A Dnd6.c177 nd->reachable = ND_COMPUTE_RTIME(nd->basereachable);
1172 (long)ND_IFINFO(rt->rt_ifp)->reachable * hz);
1324 ND.reachable = ND_IFINFO(ifp)->reachable;
1353 ND_IFINFO(ifp)->reachable =
1821 * Since reachable time rarely changes by router
1827 nd6if->reachable = ND_COMPUTE_RTIME(nd6if->basereachable);
H A Dnd6_nbr.c766 (long)ND_IFINFO(ln->lle_tbl->llt_ifp)->reachable * hz);
775 * non-reachable to probably reachable, and might
850 (long)ND_IFINFO(ifp)->reachable * hz);
H A Dnd6_rtr.c293 ndi->reachable = ND_COMPUTE_RTIME(ndi->basereachable);
603 * 1) Routers that are reachable or probably reachable should be preferred.
604 * If we have more than one (probably) reachable router, prefer ones
606 * 2) When no routers on the list are known to be reachable or
607 * probably reachable, routers SHOULD be selected in a round-robin
635 * Search for a (probably) reachable router from the list.
636 * We just pick up the first reachable one (if any), assuming that
661 * If none of the default routers was found to be reachable,
664 * (reachable) route
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DMachineVerifier.cpp99 // Is this MBB reachable from the MF entry point?
100 bool reachable; member in struct:__anon2187::MachineVerifier::BBInfo
125 BBInfo() : reachable(false) {}
436 if (!MInfo.reachable) {
437 MInfo.reachable = true;
1145 if (!MInfo.reachable)
1222 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg))
1247 if (!MInfo.reachable)
/freebsd-10.0-release/sys/dev/isp/
H A DDriverManual.txt485 achieved. The core internal function isp_fclink_test (reachable via
522 isp_scan_fabric (reachable via isp_control(..ISPCTL_SCAN_FABRIC)) will,
/freebsd-10.0-release/usr.sbin/ndp/
H A Dndp.c1010 printf(", reachable=%ds", ND.reachable);
1266 printf(" (reachable)\n");
1417 printf(" (reachable)\n");

Completed in 257 milliseconds