Displaying 2 results from an estimated 2 matches for "parse_dimacs_main".
2009 Feb 13
3
[LLVMdev] loop passes vs call graph
...SCC whose functions have been
changed? I don't see any evidence of this happening.
I've attached the full output from -debug-pass=Executions
-debug-only=inline. You can see that the loop pass manager modifies
function readClause(), and then the inliner decides to inline
readClause() into parse_DIMACS_main(), but I don't think the call
graph is being rebuilt in between those two points.
Any ideas?
Thanks,
Jay.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: executions
Type: application/octet-stream
Size: 34890 bytes
Desc: not available
URL: <http://lists.l...
2009 Feb 13
0
[LLVMdev] loop passes vs call graph
...changed? I don't see any evidence of this happening.
>
>
> I've attached the full output from -debug-pass=Executions
> -debug-only=inline. You can see that the loop pass manager modifies
> function readClause(), and then the inliner decides to inline
> readClause() into parse_DIMACS_main(), but I don't think the call
> graph is being rebuilt in between those two points.
>
> Any ideas?
>
> Thanks,
> Jay.
>