[LLVMdev] Querying Path Profile Data
Slobodan Pejic
pejic at ualberta.ca
Wed Jun 17 14:20:54 PDT 2009
Hi,
I'm trying to get a feel for what the LLVM community wants to get out of
path profiles. Ball Larus path profiles contain counters for path
numbers, but this raw information is not too useful. Some potential
queries follow:
- Given a path number, and function give a basic block iterator over the
path.
- Given a function give path numbers ordered by counts.
- Given a basic block give path numbers such that the basic block is in
each path ordered by counts.
Which queries would you like to have?
Thanks
More information about the llvm-dev
mailing list