Extract function properties
soma pal via Gcc <[email protected]>
| Newsgroups | gmane.comp.gcc.devel |
|---|---|
| Message-ID | <CAAsrpJOSP4dFOZzXcyWeE=ZryO2frspXbQ-L6-JwgvVa0UDe4g@mail.gmail.com> |
Hi , I am a research scholar working with GCC, and I am interested in extracting properties of individual functions in a program, especially the hot functions identified through profiling. I would like to obtain features such as function_name, bb_count, loop_count, branch_count, call_count, load_count, store_count, and instruction_count to use as input for an ML model. Could you please suggest a way to extract this information? Thanks for your help . Thanks Soma