Home
last modified time | relevance | path

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

12

/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUnreachableCodeChecker.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()
H A DAnalyzerStatsChecker.cpp46 llvm::SmallPtrSet<const CFGBlock*, 256> reachable; in checkEndAnalysis() local
65 reachable.insert(CB); in checkEndAnalysis()
79 if (!reachable.count(CB)) { in checkEndAnalysis()
H A DDeadStoresChecker.cpp69 llvm::BitVector reachable; member in __anon74ba2b9c0111::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()
/minix/minix/net/lwip/
H A Dbpf_filter.c412 bitchunk_t reachable[BITMAP_CHUNKS(BPF_MAXINSNS)]; in bpf_validate() local
422 memset(reachable, 0, sizeof(reachable[0]) * BITMAP_CHUNKS(count)); in bpf_validate()
425 SET_BIT(reachable, 0); in bpf_validate()
430 if (!GET_BIT(reachable, pc)) in bpf_validate()
507 SET_BIT(reachable, target); in bpf_validate()
527 SET_BIT(reachable, target); in bpf_validate()
533 SET_BIT(reachable, target); in bpf_validate()
554 SET_BIT(reachable, pc + 1); in bpf_validate()
/minix/external/bsd/llvm/dist/clang/lib/Analysis/
H A DCFGReachabilityAnalysis.cpp37 return reachable[DstBlockID][Src->getBlockID()]; in isReachable()
46 ReachableSet &DstReachability = reachable[Dst->getBlockID()]; in mapReachability()
H A DReachableCode.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()
/minix/external/bsd/tcpdump/dist/tests/
H A Dicmpv6_opt24-v.out2 …hop limit 0, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0s, …
10 …hop limit 0, Flags [managed, other stateful], pref medium, router lifetime 0s, reachable time 0s, …
H A Dicmpv6.out2 …hop limit 64, Flags [home agent], pref medium, router lifetime 15s, reachable time 0s, retrans tim…
H A Dpimv2_sm-v.out70 1.1.1.1 > 224.0.0.2: igmp pimv1 RP-reachable group 239.123.123.123 RP 1.1.1.1 hold 4m30s
126 1.1.1.1 > 224.0.0.2: igmp pimv1 RP-reachable group 239.123.123.123 RP 1.1.1.1 hold 4m30s
176 1.1.1.1 > 224.0.0.2: igmp pimv1 RP-reachable group 239.123.123.123 RP 1.1.1.1 hold 4m30s
232 1.1.1.1 > 224.0.0.2: igmp pimv1 RP-reachable group 239.123.123.123 RP 1.1.1.1 hold 4m30s
/minix/external/bsd/llvm/dist/llvm/test/Transforms/GlobalDCE/
H A D2002-07-17-ConstantRef.ll6 ; Not dead, can be reachable via X
/minix/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DCFGReachabilityAnalysis.h36 ReachableMap reachable; variable
/minix/external/bsd/llvm/dist/clang/test/Analysis/
H A Dobjc-method-coverage.m17 // CHECK: 100 AnalysisConsumer - The % of reachable basic blocks.
H A Dobjc-for.m146 // Test that this is reachable.
161 // Test that this is reachable.
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LCSSA/
H A Dunreachable-use.ll4 ; LCSSA doesn't need to transform uses in blocks not reachable
/minix/external/bsd/llvm/dist/llvm/test/Analysis/RegionInfo/
H A Dunreachable_bb.ll3 ; We should not crash if there are some bbs that are not reachable.
/minix/external/bsd/llvm/dist/llvm/test/Transforms/InstCombine/
H A D2008-07-13-DivZero.ll6 ; call. If the callee never returns, we can't assume the div is reachable.
H A Dselect-crash.ll40 ; technically reachable, but this malformed IR may appear as a result of constant propagation
/minix/external/bsd/dhcpcd/dist/
H A Dipv6nd.h49 uint32_t reachable; member
/minix/external/bsd/llvm/dist/llvm/test/Transforms/LoopSimplify/
H A D2003-12-10-ExitBlocksProblem.ll2 ; the loop are reachable from more than just the exit nodes: the exit blocks
/minix/sys/netinet6/
H A Dnd6.h77 u_int32_t reachable; /* Reachable Time */ member
216 u_int32_t reachable; /* Reachable Time */ member
/minix/external/bsd/llvm/dist/llvm/docs/HistoricalNotes/
H A D2003-06-25-Reoptimizer1.txt34 region and mark reachable edges.
37 region IGNORING back edges, and mark the edges which are reachable in
38 1) and also in 2) (i.e., must be reachable from both the start BB and
/minix/external/mit/expat/dist/
H A DCMake.README34 your compiler is reachable, that means either you call it from the
/minix/external/bsd/llvm/dist/llvm/test/Transforms/GVN/
H A Dcrash.ll176 br label %reachable.bb
196 reachable.bb:
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineVerifier.cpp103 bool reachable; member
128 BBInfo() : reachable(false) {} in BBInfo()
459 if (!MInfo.reachable) { in markReachable()
460 MInfo.reachable = true; in markReachable()
1191 if (!MInfo.reachable) in calcRegsPassed()
1267 if (PrInfo.reachable && !PrInfo.isLiveOut(Reg)) in checkPHIOps()
1291 if (!MInfo.reachable) in visitMachineFunctionAfter()
/minix/external/bsd/llvm/dist/llvm/test/Transforms/Inline/
H A Dinvoke-combine-clauses.ll87 ; reachable), but it's OK to include this clause.

12