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

  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-backprop.cc 218 const usage_info *lookup_operand (tree);
296 backprop::lookup_operand (tree op) function in class:__anon13737::backprop
406 const usage_info *lhs_info = lookup_operand (lhs);
433 const usage_info *lhs_info = lookup_operand (lhs);
452 const usage_info *lhs_info = lookup_operand (lhs);
469 if (const usage_info *result_info = lookup_operand (result))
552 if (lookup_operand (var))
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-backprop.cc 218 const usage_info *lookup_operand (tree);
296 backprop::lookup_operand (tree op) function in class:__anon16166::backprop
400 const usage_info *lhs_info = lookup_operand (lhs);
427 const usage_info *lhs_info = lookup_operand (lhs);
446 const usage_info *lhs_info = lookup_operand (lhs);
463 if (const usage_info *result_info = lookup_operand (result))
546 if (lookup_operand (var))

Completed in 22 milliseconds