search for: callgraphsccpassprinter

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

2016 Jun 16
2
Intended behavior of CGSCC pass manager.
...acyPass : public CallGraphSCCPass { >>> lib/Transforms/IPO/PruneEH.cpp: struct PruneEH : public >>> CallGraphSCCPass { >>> lib/Analysis/CallGraphSCCPass.cpp: class PrintCallGraphPass : public >>> CallGraphSCCPass { >>> tools/opt/PassPrinters.cpp:struct CallGraphSCCPassPrinter : public >>> CallGraphSCCPass { >>> >>> CGSCC passes seem to have been added in what is now SVN r8247 (~Aug >>> 2003) >>> http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20030825/006619.html >>> (LLVM appears to have been in CVS at the...
2016 Jun 09
2
Intended behavior of CGSCC pass manager.
...Transforms/IPO/FunctionAttrs.cpp:struct PostOrderFunctionAttrsLegacyPass : public CallGraphSCCPass { lib/Transforms/IPO/PruneEH.cpp: struct PruneEH : public CallGraphSCCPass { lib/Analysis/CallGraphSCCPass.cpp: class PrintCallGraphPass : public CallGraphSCCPass { tools/opt/PassPrinters.cpp:struct CallGraphSCCPassPrinter : public CallGraphSCCPass { CGSCC passes seem to have been added in what is now SVN r8247 (~Aug 2003) http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20030825/006619.html (LLVM appears to have been in CVS at the time). Chris, do you remember the motivation for doing the CGSCC visitation...
2016 Jun 16
5
Intended behavior of CGSCC pass manager.
...rderFunctionAttrsLegacyPass : public CallGraphSCCPass { >> lib/Transforms/IPO/PruneEH.cpp: struct PruneEH : public CallGraphSCCPass >> { >> lib/Analysis/CallGraphSCCPass.cpp: class PrintCallGraphPass : public >> CallGraphSCCPass { >> tools/opt/PassPrinters.cpp:struct CallGraphSCCPassPrinter : public >> CallGraphSCCPass { >> >> CGSCC passes seem to have been added in what is now SVN r8247 (~Aug 2003) >> http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20030825/006619.html >> (LLVM appears to have been in CVS at the time). >> >> Chris, d...
2016 Jun 08
2
Intended behavior of CGSCC pass manager.
On Wed, Jun 8, 2016 at 12:31 PM, Xinliang David Li <davidxl at google.com> wrote: > > > On Wed, Jun 8, 2016 at 4:19 AM, Sean Silva <chisophugis at gmail.com> wrote: > >> Hi Chandler, Philip, Mehdi, (and llvm-dev,) >> >> (this is partially a summary of some discussions that happened at the >> last LLVM bay area social, and partially a discussion