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

  /src/external/gpl3/gcc/dist/gcc/
tree-scalar-evolution.cc 293 claiming that below basic block with index INSTANTIATED_BELOW, the
298 int instantiated_below; variable
316 /* Constructs a new SCEV_INFO_STR structure for VAR and INSTANTIATED_BELOW. */
319 new_scev_info_str (basic_block instantiated_below, tree var)
326 res->instantiated_below = instantiated_below->index;
336 return elt->name_version ^ elt->instantiated_below;
345 && elt1->instantiated_below == elt2->instantiated_below);
348 /* Get the scalar evolution of VAR for INSTANTIATED_BELOW basic block
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-scalar-evolution.cc 293 claiming that below basic block with index INSTANTIATED_BELOW, the
298 int instantiated_below; variable
316 /* Constructs a new SCEV_INFO_STR structure for VAR and INSTANTIATED_BELOW. */
319 new_scev_info_str (basic_block instantiated_below, tree var)
326 res->instantiated_below = instantiated_below->index;
336 return elt->name_version ^ elt->instantiated_below;
345 && elt1->instantiated_below == elt2->instantiated_below);
348 /* Get the scalar evolution of VAR for INSTANTIATED_BELOW basic block
    [all...]

Completed in 45 milliseconds