search for: pmfanalysis

Displaying 4 results from an estimated 4 matches for "pmfanalysis".

Did you mean: myanalysis
2006 Mar 21
3
[LLVMdev] problem loading analysis results from Inliner pass
...etting killed before you pass runs. > -debug-pass=Structure should help figure out if that's the case. using -debug-pass=Structure does show me that my pass is loaded and killed immediately. Here's a sample. "Dummy PMF Interface" is the noop default implementation of the "PMFAnalysis" analysis group, while "PMF File Loader" is the real implementation that I'm interested in. Pass Arguments: -pmf-load -raiseallocs -simplifycfg -mem2reg -globalopt -globaldce -ipconstprop -deadargelim -instcombine -simplifycfg -prune-eh -inline -argpromotion -raise -tailduplica...
2006 Mar 21
0
[LLVMdev] problem loading analysis results from Inliner pass
On Mon, 20 Mar 2006, Michael McCracken wrote: > Hi, I'm trying to access an analysis pass from the Inliner pass, and > I'm having a lot of trouble getting that to work - I can verify that > my pass is loaded and run (it is a dynamically loaded pass that is > part of an analysisgroup), however, when I access it using > getAnalysis<> from within Inliner::runOnSCC, I am
2006 Mar 21
0
[LLVMdev] problem loading analysis results from Inliner pass
...pass runs. > > -debug-pass=Structure should help figure out if that's the case. > > using -debug-pass=Structure does show me that my pass is loaded and > killed immediately. Here's a sample. "Dummy PMF Interface" is the noop > default implementation of the "PMFAnalysis" analysis group, while "PMF > File Loader" is the real implementation that I'm interested in. > > Pass Arguments: -pmf-load -raiseallocs -simplifycfg -mem2reg > -globalopt -globaldce -ipconstprop -deadargelim -instcombine > -simplifycfg -prune-eh -inline -argpromo...
2006 Mar 21
2
[LLVMdev] problem loading analysis results from Inliner pass
Hi, I'm trying to access an analysis pass from the Inliner pass, and I'm having a lot of trouble getting that to work - I can verify that my pass is loaded and run (it is a dynamically loaded pass that is part of an analysisgroup), however, when I access it using getAnalysis<> from within Inliner::runOnSCC, I am instead getting the default, dummy version of my analysis, which should