I wrote a plugin using ASTConsumer and RecursiveASTVisitor to find "interesting" variables and functions. I'm wonder if there is a way to save/flag/metadata these so later on at the IR level I can use this information in a Pass.<br>
<br>As far as I can tell nothing currently would allow me todo this and I'm wondering what exactly it would take to do something like this. After stairing at the ode for awhile I'm not even really sure where to begin or what the key files are.<br>
<br>Any advice?<br>Thanks you<br>