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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
program-point.h 117 static function_point before_supernode (const supernode *supernode,
257 static program_point before_supernode (const supernode *supernode, function in class:ana::program_point
261 return program_point (function_point::before_supernode (supernode,
program-point.cc 235 return before_supernode (sg.get_node_for_function_entry (fun), NULL);
242 function_point::before_supernode (const supernode *supernode, function in class:ana::function_point
790 function_point b = function_point::before_supernode (snode, NULL);
804 points.safe_push (function_point::before_supernode (snode, NULL));
840 program_point a = program_point::before_supernode (snode, NULL,
843 program_point b = program_point::before_supernode (snode, NULL,
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
program-point.cc 237 return before_supernode (sg.get_node_for_function_entry (fun), NULL);
244 function_point::before_supernode (const supernode *supernode, function in class:ana::function_point
714 function_point b = function_point::before_supernode (snode, NULL);
729 points.safe_push (function_point::before_supernode (snode, NULL));
763 program_point a = program_point::before_supernode (snode, NULL,
766 program_point b = program_point::before_supernode (snode, NULL,
program-point.h 114 static function_point before_supernode (const supernode *supernode,
263 static program_point before_supernode (const supernode *supernode, function in class:ana::program_point
267 return program_point (function_point::before_supernode (supernode,

Completed in 24 milliseconds