search for: 1009182

Displaying 1 result from an estimated 1 matches for "1009182".

Did you mean: 1009172
2010 Mar 11
2
[LLVMdev] how to access loopInfo
Hi! I'd like to analyze a function with the llvm::LoopInfo pass and then write some info to disk. I create a FunctionPassManager and insert it and a DominatorTree which is required by LoopInfo. As it turns out the analysis info is only available to other passes and gets cleared when the run function of the pass manager returns. I therefore guess that I need to create an own pass. Is this