Home
last modified time | relevance | path

Searched defs:succ (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-10-stable/contrib/netbsd-tests/net/icmp/
Dt_ping.c151 int loop, succ; in doping() local
208 int succ; in ATF_TC_BODY() local
244 int succ; in ATF_TC_BODY() local
277 int succ, i; in ATF_TC_BODY() local
/freebsd-10-stable/contrib/netbsd-tests/rump/kernspace/
Dalloc.c83 int succ, i; in rumptest_alloc() local
/freebsd-10-stable/contrib/ntp/sntp/libopts/
Dreset.c80 tSuccess succ; in optionResetOpt() local
/freebsd-10-stable/contrib/gcc/
Dtree-cfgcleanup.c263 edge e, succ; in tree_forwarder_block_p() local
383 edge succ = single_succ_edge (bb), e, s; in remove_forwarder_block() local
634 edge succ = single_succ_edge (bb); in remove_forwarder_block_with_phi() local
Dcfganal.c418 int pred, succ, index; in verify_edge_list() local
482 find_edge (basic_block pred, basic_block succ) in find_edge()
507 find_edge_index (struct edge_list *edge_list, basic_block pred, basic_block succ) in find_edge_index()
Dlcm.c186 basic_block pred, succ; in compute_earliest() local
566 basic_block pred, succ; in compute_farthest() local
Dcfgloopanal.c67 struct edge *pred, *succ; member
Dcfgloop.c63 edge succ; in flow_loops_cfg_dump() local
Dddg.c786 find_successors (sbitmap succ, ddg_ptr g, sbitmap ops) in find_successors()
Dbb-reorder.c1690 edge succ; in fix_crossing_unconditional_branches() local
Dgcov.c118 arc_t *succ; member
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExplodedGraph.cpp105 const ExplodedNode *succ = *(node->succ_begin()); in shouldCollect() local
166 ExplodedNode *succ = *(node->succ_begin()); in collectNode() local
DCoreEngine.cpp376 if (const CFGBlock *succ = *it) { in HandleBlockExit() local
/freebsd-10-stable/usr.bin/make/
Dmake.c463 GNode *succ = Lst_Datum(ln); in Make_Update() local
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DRegionIterator.h70 RegionNode *succ; in getISucc() local
DDependenceAnalysis.h196 void setNextSuccessor(const Dependence *succ) { in setNextSuccessor()
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DUnreachableBlockElim.cpp148 MachineBasicBlock* succ = *BB->succ_begin(); in runOnMachineFunction() local
DMachineBasicBlock.cpp482 void MachineBasicBlock::addSuccessor(MachineBasicBlock *succ, uint32_t weight) { in addSuccessor()
496 void MachineBasicBlock::removeSuccessor(MachineBasicBlock *succ) { in removeSuccessor()
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DSink.cpp206 Loop *succ = LI->getLoopFor(SuccToSinkTo); in IsAcceptableTarget() local
/freebsd-10-stable/bin/ed/
Ded.h160 #define REQUE(pred, succ) (pred)->q_forw = (succ), (succ)->q_back = (pred) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp97 if (const CFGBlock *succ = *i) in computeReachableBlocks() local
/freebsd-10-stable/sys/contrib/ngatm/netnatm/api/
Dcc_user.c1617 struct atm_add_party_success *succ; in cc_user_sig_handle() local
/freebsd-10-stable/contrib/libpcap/
Dgencode.h233 struct block *succ; member
Doptimize.c1251 use_conflict(struct block *b, struct block *succ) in use_conflict()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
DLiveVariables.cpp562 if (const CFGBlock *succ = *it) { in computeLiveness() local

12