HomeSort by: relevance | last modified time | path
    Searched defs:decl_address (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-parloops.cc 1192 The assignment statement is placed on edge ENTRY. DECL_ADDRESS maps decls
1199 int_tree_htab_type *decl_address, gimple_stmt_iterator *gsi)
1224 int_tree_map *slot = decl_address->find_slot (elt,
1324 int_tree_htab_type *decl_address; member in struct:elv_data
1332 DECL_ADDRESS contains addresses of the references that had their
1351 addr = take_address_of (t, addr_type, dta->entry, dta->decl_address,
1388 addr = take_address_of (obj, addr_type, dta->entry, dta->decl_address,
1408 entry single exit region starting at ENTRY. DECL_ADDRESS contains
1414 int_tree_htab_type *decl_address)
1421 dta.decl_address = decl_address
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-parloops.cc 1192 The assignment statement is placed on edge ENTRY. DECL_ADDRESS maps decls
1199 int_tree_htab_type *decl_address, gimple_stmt_iterator *gsi)
1224 int_tree_map *slot = decl_address->find_slot (elt, INSERT);
1321 int_tree_htab_type *decl_address; member in struct:elv_data
1329 DECL_ADDRESS contains addresses of the references that had their
1348 addr = take_address_of (t, addr_type, dta->entry, dta->decl_address,
1385 addr = take_address_of (obj, addr_type, dta->entry, dta->decl_address,
1405 entry single exit region starting at ENTRY. DECL_ADDRESS contains
1411 int_tree_htab_type *decl_address)
1418 dta.decl_address = decl_address
    [all...]

Completed in 26 milliseconds