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

  /src/external/gpl3/gcc.old/dist/gcc/
tree-into-ssa.cc 1271 gimple *gstmt = gsi_stmt (gsi); local
1272 if (!gimple_debug_source_bind_p (gstmt))
1274 if (gimple_debug_source_bind_get_value (gstmt) == var)
1276 def = gimple_debug_source_bind_get_var (gstmt);
  /src/external/gpl3/gcc/dist/gcc/
tree-into-ssa.cc 1282 gimple *gstmt = gsi_stmt (gsi); local
1283 if (!gimple_debug_source_bind_p (gstmt))
1285 if (gimple_debug_source_bind_get_value (gstmt) == var)
1287 def = gimple_debug_source_bind_get_var (gstmt);

Completed in 64 milliseconds