Searched defs:exit (Results 76 - 100 of 132) sorted by relevance

123456

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dread-rtl-function.c1921 basic_block exit = EXIT_BLOCK_PTR_FOR_FN (cfun); local
2069 basic_block exit = EXIT_BLOCK_PTR_FOR_FN (cfun); local
[all...]
H A Dtree-scalar-evolution.c2212 edge exit; local
2794 edge exit; local
3502 edge exit = single_exit (loop); local
[all...]
H A Dtree-ssa-threadupdate.c2316 duplicate_thread_path (edge entry, edge exit, basic_block *region, argument
2588 edge exit = (*path)[len - 1]->e; local
[all...]
H A Dtree-ssa-loop-prefetch.c1293 edge exit; local
1332 edge exit; local
[all...]
H A Dtree-ssa-loop-manip.c287 add_exit_phi (basic_block exit, tree var) argument
799 split_loop_exit_edge(edge exit, bool copy_constants_p) argument
851 edge exit; local
961 edge exit; local
1233 tree_transform_and_unroll_loop(class loop *loop, unsigned factor, edge exit, class tree_niter_desc *desc, transform_callback transform, void *data) argument
1443 tree_unroll_loop(class loop *loop, unsigned factor, edge exit, class tree_niter_desc *desc) argument
1534 edge exit = single_dom_exit (loop); local
[all...]
H A Dgimple-loop-interchange.cc1724 edge e0, e1, exit; local
[all...]
H A Dtree-predcom.c3220 edge exit; local
H A Dtree-ssa-loop-niter.c2371 loop_only_exit_p(const class loop *loop, basic_block *body, const_edge exit) argument
2397 number_of_iterations_exit_assumptions(class loop *loop, edge exit, class tree_niter_desc *niter, gcond **at_stmt, bool every_iteration, basic_block *body) argument
2606 number_of_iterations_popcount(loop_p loop, edge exit, enum tree_code code, class tree_niter_desc *niter) argument
2730 number_of_iterations_exit(class loop *loop, edge exit, class tree_niter_desc *niter, bool warn, bool every_iteration, basic_block *body) argument
2757 find_loop_niter(class loop *loop, edge *exit) argument
3018 loop_niter_by_eval(class loop *loop, edge exit) argument
3119 find_loop_niter_by_eval(class loop *loop, edge *exit) argument
[all...]
/netbsd-current/external/mit/lua/dist/src/
H A Dlparser.c1515 int exit = luaK_jump(fs); /* normal exit must jump over fix */ local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-gimplify.c255 tree exit = NULL; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-split.cc160 edge exit = single_exit (loop); local
206 edge exit = single_exit (loop); local
332 edge exit = single_exit (loop1); local
[all...]
H A Dtree-ssa-threadupdate.cc2394 duplicate_thread_path(edge entry, edge exit, basic_block *region, unsigned n_region, unsigned current_path_no) argument
2641 edge exit = (*path)[len - 1]->e; local
2761 edge exit = path[path.length () - 1]->e; local
[all...]
H A Dgimple-loop-interchange.cc1736 edge e0, e1, exit; local
[all...]
H A Dread-rtl-function.cc1924 basic_block exit = EXIT_BLOCK_PTR_FOR_FN (cfun); local
2072 basic_block exit = EXIT_BLOCK_PTR_FOR_FN (cfun); local
[all...]
H A Dtree-ssa-loop-manip.cc287 add_exit_phi (basic_block exit, tree var) argument
797 split_loop_exit_edge(edge exit, bool copy_constants_p) argument
849 edge exit; local
959 edge exit; local
1272 edge exit = single_dom_exit (loop); local
1611 edge exit = single_dom_exit (loop); local
[all...]
H A Dcfgloop.cc186 struct loop_exit *exit, *next; local
1034 hash(loop_exit *exit) argument
1042 equal(loop_exit *exit, edge e) argument
1050 remove(loop_exit *exit) argument
1081 struct loop_exit *exits = NULL, *exit; local
1165 struct loop_exit *exit = *slot; local
1209 struct loop_exit *exit; local
1406 struct loop_exit *exit, *mexit; local
1804 struct loop_exit *exit = loop->exits->next; local
1852 edge exit; local
[all...]
H A Dtree-loop-distribution.cc964 edge exit = single_exit (loop); local
1264 edge exit = single_exit (loop); local
[all...]
H A Dtree-scalar-evolution.cc2212 edge exit; local
2794 edge exit; local
3494 edge exit = single_exit (loop); local
[all...]
H A Dtree-ssa-loop-niter.cc2476 loop_only_exit_p(const class loop *loop, basic_block *body, const_edge exit) argument
2502 number_of_iterations_exit_assumptions(class loop *loop, edge exit, class tree_niter_desc *niter, gcond **at_stmt, bool every_iteration, basic_block *body) argument
2711 number_of_iterations_popcount(loop_p loop, edge exit, enum tree_code code, class tree_niter_desc *niter) argument
2852 number_of_iterations_exit(class loop *loop, edge exit, class tree_niter_desc *niter, bool warn, bool every_iteration, basic_block *body) argument
2879 find_loop_niter(class loop *loop, edge *exit) argument
3136 loop_niter_by_eval(class loop *loop, edge exit) argument
3237 find_loop_niter_by_eval(class loop *loop, edge *exit) argument
[all...]
/netbsd-current/lib/libnvmm/
H A Dlibnvmm_x86.c714 struct nvmm_vcpu_exit *exit = vcpu->exit; local
3158 fetch_instruction(struct nvmm_machine *mach, struct nvmm_vcpu *vcpu, struct nvmm_vcpu_exit *exit) argument
3292 struct nvmm_vcpu_exit *exit = vcpu->exit; local
3415 struct nvmm_vcpu_exit *exit = vcpu->exit; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1731 const BasicBlock *exit() const { return Exit; } function in class:clang::threadSafety::SCFG
1732 BasicBlock *exit() { return Exit; } function in class:clang::threadSafety::SCFG
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGException.cpp1463 void CodeGenFunction::FinallyInfo::exit(CodeGenFunction &CGF) { function in class:CodeGenFunction::FinallyInfo
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/m68k/
H A Dlb1sf68.S[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/epiphany/
H A Depiphany.c2459 epiphany_mode_entry_exit(int entity, bool exit) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/
H A Ddarwin.c3828 darwin_function_section(tree decl, enum node_frequency freq, bool startup, bool exit) argument

Completed in 463 milliseconds

123456