search for: graphviewmod

Displaying 4 results from an estimated 4 matches for "graphviewmod".

Did you mean: graphviewmode
2013 Jul 22
0
[LLVMdev] Analysis of polly-detect overhead in oggenc
...under the condition of "GraphPrinter" mode. For example, I would like to translate the "INVALID" macro into: #define INVALID(NAME, MESSAGE) \ do { \ if (GraphViewMode) { \ std::string Buf; \ raw_string_ostream fmt(Buf); \ fmt << MESSAGE;...
2013 Jul 22
2
[LLVMdev] Analysis of polly-detect overhead in oggenc
...ion of "GraphPrinter" mode. For example, I would like to translate the "INVALID" macro into: > #define INVALID(NAME, MESSAGE) \ > do { \ > if (GraphViewMode) { \ > std::string Buf; \ > raw_string_ostream fmt(Buf); \ > fmt << MESSAGE;...
2013 Jul 22
2
[LLVMdev] Analysis of polly-detect overhead in oggenc
On 07/21/2013 07:33 PM, Star Tan wrote: > At 2013-07-22 01:40:31,"Tobias Grosser" <tobias at grosser.es> wrote: > >> On 07/21/2013 09:49 AM, Star Tan wrote: >>> Hi all, >>> >>> >>> I have attached a patch file to reduce the polly-detect overhead. >> >> Great. >> >>> My idea is to avoid calling TypeFinder in
2013 Jul 23
0
[LLVMdev] Analysis of polly-detect overhead in oggenc
...;GraphPrinter" mode. For example, I would like to translate the "INVALID" macro into: >> #define INVALID(NAME, MESSAGE) \ >> do { \ >> if (GraphViewMode) { \ >> std::string Buf; \ >> raw_string_ostream fmt(Buf); \ >> fmt << MESSAGE;...