Displaying 1 result from an estimated 1 matches for "ggenommanag".
Did you mean:
ggenommanager
2008 Apr 23
0
[LLVMdev] newbie with pass registering Problem
...f auf
~FunctionAnalysis() {}
virtual void getAnalysisUsage(AnalysisUsage &AU) const {
AU.setPreservesAll();
AU.addRequired<blockNrs>();
};
virtual bool runOnFunction(Function &F) // F is a pointer to a Function instance
{
GenomManager *GGenomManager;
GGenomManager=new GenomManager();
blockNrs &bnrs=getAnalysis<blockNrs>();
GGenomManager->newFunction(F);
for(Function::iterator b = F.begin(), be = F.end(); b!=be; ++b)
{
//aktuelle Block Nummer wird geholt...