search for: neverexecut

Displaying 3 results from an estimated 3 matches for "neverexecut".

Did you mean: neverexecuted
2009 Aug 08
0
[LLVMdev] Profiling in LLVM Patch Followup 1
...BB)); > + if (w == MissingValue) { > + Count = MissingValue; break; Please break the line before 'break'. This code also makes me thing MissingValue should be renamed, MissingValue is something like "NoData", whereas MissingValue could easily be interpreted as NeverExecuted. I think there should probably be a comment in the doc for this method that the count goes to MissingValue if any edge is missing data. -- Thanks, - Daniel On Sat, Aug 8, 2009 at 6:41 AM, Andreas Neustifter<e0325716 at student.tuwien.ac.at> wrote: > -----BEGIN PGP SIGNED MESSAGE----...
2009 Aug 08
6
[LLVMdev] Profiling in LLVM Patch Followup 1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Daniel Dunbar wrote: > Thanks, applied as r78247. Next? :) Oh my, first he is lagging and now it's all a hurry :-) Okay, here comes the next one. I'm taking a short vacation next week so I will try to prepare 1 or 2 of the next patches so that you can work on them as you have time. Greetings, Andi - --
2009 Aug 18
3
[LLVMdev] Profiling in LLVM Patch Followup 1
...coming edges. > > the -> The Even if its part of an sentence? (See lib/Analysis/ProfileInfo.cpp, line 49.) > This code also makes me thing MissingValue should be renamed, > MissingValue is something like "NoData", whereas MissingValue could > easily be interpreted as NeverExecuted. I think there should probably > be a comment in the doc for this method that the count goes to > MissingValue if any edge is missing data. I will think about how to solve this best. Thank you so much! Andi