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

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc 2522 typedef hash_table<nofree_ptr_hash<gimple> > gimple_htab; typedef
2529 gimple_htab **visited)
2550 *visited = new gimple_htab (10);
2596 gimple_htab *visited = NULL;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc 2502 typedef hash_table<nofree_ptr_hash<gimple> > gimple_htab; typedef
2509 gimple_htab **visited)
2530 *visited = new gimple_htab (10);
2576 gimple_htab *visited = NULL;

Completed in 66 milliseconds