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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-gori.h 50 tree ssa2; // Second direct dependency member in struct:range_def_chain::rdc
80 return m_def_chain[v].ssa2;
gimple-range-gori.cc 262 else if (!src.ssa2 && src.ssa1 != dep)
263 src.ssa2 = dep;
333 tree ssa1, ssa2, ssa3; local
352 ssa2 = gimple_range_ssa_p (gimple_range_operand2 (stmt));
360 ssa2 = gimple_range_ssa_p (gimple_assign_rhs2 (st));
375 if (ssa1 && ssa2)
379 register_dependency (name, ssa2, gimple_bb (stmt));
382 if (!ssa1 && !ssa2 & !ssa3)
385 if (ssa1 && ssa2)
1320 tree ssa2 = gimple_range_ssa_p (op2) local
    [all...]
gimple-range-fold.cc 1364 tree ssa2 = gimple_range_ssa_p (gimple_range_operand2 (s)); local
1367 if (!lhs || !ssa1 || !ssa2
1370 || (TREE_CODE (TREE_TYPE (ssa2)) != BOOLEAN_TYPE))
1378 gimple *ssa2_stmt = SSA_NAME_DEF_STMT (ssa2);
1381 range_operator *handler2 = gimple_range_handler (SSA_NAME_DEF_STMT (ssa2));
1430 print_generic_expr (dump_file, ssa2, TDF_SLIM);
1475 tree ssa2 = gimple_range_ssa_p (gimple_range_operand2 (s)); local
1476 if (ssa1 && ssa2)
1484 register_relation (e0, relation, ssa1, ssa2);
1490 register_relation (e1, relation, ssa1, ssa2);
1511 tree ssa2 = gimple_range_ssa_p (gimple_range_operand2 (stmt)); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-range-gori.h 50 unsigned int ssa2; // Second direct dependency member in struct:range_def_chain::rdc
83 unsigned v2 = m_def_chain[v].ssa2;
gimple-range-fold.cc 1127 tree ssa2 = gimple_range_ssa_p (handler.operand2 ()); local
1130 if (!lhs || !ssa1 || !ssa2
1133 || (TREE_CODE (TREE_TYPE (ssa2)) != BOOLEAN_TYPE))
1141 gimple *ssa2_stmt = SSA_NAME_DEF_STMT (ssa2);
1195 print_generic_expr (dump_file, ssa2, TDF_SLIM);
1242 tree ssa2 = gimple_range_ssa_p (handler.operand2 ()); local
1244 if (ssa1 && ssa2)
1247 r2.set_varying (TREE_TYPE (ssa2));
1252 register_relation (e0, relation, ssa1, ssa2);
1258 register_relation (e1, relation, ssa1, ssa2);
1279 tree ssa2 = gimple_range_ssa_p (handler.operand2 ()); local
    [all...]
gimple-range-gori.cc 186 else if (!src.ssa2 && src.ssa1 != SSA_NAME_VERSION (dep))
187 src.ssa2 = SSA_NAME_VERSION (dep);
1462 tree ssa2 = gimple_range_ssa_p (op2); local
1463 if (!ssa1 && !ssa2)
1528 // Now solve for SSA1 or SSA2 if they are in the dependency chain.
1535 if (ssa2 && in_chain_p (ssa2, cond_name))
1537 Value_Range tmp2 (TREE_TYPE (ssa2));
1538 if (compute_operand_range (tmp2, def_stmt, cond_false, ssa2, src))
1613 tree ssa2; member in class:gori_stmt_info
    [all...]
  /src/external/gpl2/diffutils/dist/lib/
alloca.c 281 long ssa2; member in struct:stack_segment_linkage
  /src/external/gpl2/gmake/dist/
alloca.c 278 long ssa2; member in struct:stack_segment_linkage
  /src/external/gpl2/grep/dist/lib/
alloca.c 280 long ssa2; member in struct:stack_segment_linkage
  /src/external/gpl2/texinfo/dist/lib/
alloca.c 268 long ssa2; member in struct:stack_segment_linkage
  /src/external/gpl2/xcvs/dist/lib/
alloca.c 268 long ssa2; member in struct:stack_segment_linkage
  /src/external/gpl3/binutils/dist/libiberty/
alloca.c 261 long ssa2; member in struct:stack_segment_linkage
  /src/external/gpl3/binutils.old/dist/libiberty/
alloca.c 261 long ssa2; member in struct:stack_segment_linkage
  /src/external/gpl3/gcc/dist/libiberty/
alloca.c 261 long ssa2; member in struct:stack_segment_linkage
  /src/external/gpl3/gcc.old/dist/libiberty/
alloca.c 261 long ssa2; member in struct:stack_segment_linkage
  /src/external/gpl3/gdb/dist/libiberty/
alloca.c 261 long ssa2; member in struct:stack_segment_linkage
  /src/external/gpl3/gdb.old/dist/libiberty/
alloca.c 261 long ssa2; member in struct:stack_segment_linkage

Completed in 47 milliseconds