Home
last modified time | relevance | path

Searched refs:IPA (Results 1 – 25 of 70) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dpasses.texi23 * IPA passes:: Inter-procedural optimizations.
182 @node IPA passes
184 @cindex IPA passes
187 The inter-procedural optimization (IPA) passes use call graph
189 IPA is a critical part of link-time optimization (LTO) and
192 into stages. For detailed discussion of the LTO/WHOPR IPA pass stages
193 and interfaces, see @ref{IPA}.
195 The following briefly describes the inter-procedural optimization (IPA)
196 passes, which are split into small IPA passes, regular IPA passes,
197 and late IPA passes, according to the LTO/WHOPR processing model.
[all …]
H A Dlto.texi25 * IPA:: Using summary information in IPA passes.
68 Currently, this phase is composed of two IPA passes:
228 @item IPA references (@code{.gnu.lto_.refs})
253 @item Summaries and optimization summaries used by IPA passes
257 These sections are used by IPA passes that need to emit summary
267 @node IPA
268 @section Using summary information in IPA passes
353 between normal inter-procedural passes (@pxref{Regular IPA passes}),
354 small inter-procedural passes (@pxref{Small IPA passes})
355 and late inter-procedural passes (@pxref{Late IPA passes}).
[all …]
H A Doptinfo.texi54 IPA optimization passes. Enabled by @option{-ipa}
H A Dgccint.info7262 * IPA passes:: Inter-procedural optimizations.
7371 File: gccint.info, Node: Pass manager, Next: IPA passes, Prev: Gimplification pass, Up: Passes
7408 File: gccint.info, Node: IPA passes, Next: Tree SSA passes, Prev: Pass manager, Up: Passes
7413 The inter-procedural optimization (IPA) passes use call graph
7414 information to perform transformations across function boundaries. IPA
7418 detailed discussion of the LTO/WHOPR IPA pass stages and interfaces, see
7419 *note IPA::.
7421 The following briefly describes the inter-procedural optimization (IPA)
7422 passes, which are split into small IPA passes, regular IPA passes, and
7423 late IPA passes, according to the LTO/WHOPR processing model.
[all …]
H A Dplugins.texi265 such as CFG or an IPA pass) and optimization plugins.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dpasses.texi23 * IPA passes:: Inter-procedural optimizations.
182 @node IPA passes
184 @cindex IPA passes
187 The inter-procedural optimization (IPA) passes use call graph
189 IPA is a critical part of link-time optimization (LTO) and
192 into stages. For detailed discussion of the LTO/WHOPR IPA pass stages
193 and interfaces, see @ref{IPA}.
195 The following briefly describes the inter-procedural optimization (IPA)
196 passes, which are split into small IPA passes, regular IPA passes,
197 and late IPA passes, according to the LTO/WHOPR processing model.
[all …]
H A Dlto.texi25 * IPA:: Using summary information in IPA passes.
67 Currently, this phase is composed of two IPA passes:
227 @item IPA references (@code{.gnu.lto_.refs})
252 @item Summaries and optimization summaries used by IPA passes
256 These sections are used by IPA passes that need to emit summary
266 @node IPA
267 @section Using summary information in IPA passes
352 between normal inter-procedural passes (@pxref{Regular IPA passes}),
353 small inter-procedural passes (@pxref{Small IPA passes})
354 and late inter-procedural passes (@pxref{Late IPA passes}).
[all …]
H A Doptinfo.texi54 IPA optimization passes. Enabled by @option{-ipa}
H A Dplugins.texi269 such as CFG or an IPA pass) and optimization plugins.
H A Dgccint.info7626 * IPA passes:: Inter-procedural optimizations.
7735 File: gccint.info, Node: Pass manager, Next: IPA passes, Prev: Gimplification pass, Up: Passes
7772 File: gccint.info, Node: IPA passes, Next: Tree SSA passes, Prev: Pass manager, Up: Passes
7777 The inter-procedural optimization (IPA) passes use call graph
7778 information to perform transformations across function boundaries. IPA
7782 detailed discussion of the LTO/WHOPR IPA pass stages and interfaces, see
7783 *note IPA::.
7785 The following briefly describes the inter-procedural optimization (IPA)
7786 passes, which are split into small IPA passes, regular IPA passes, and
7787 late IPA passes, according to the LTO/WHOPR processing model.
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.h145 InsertPointAnalysis IPA; variable
239 return IPA.getLastInsertPoint(*CurLI, *MF.getBlockNumbered(Num)); in getLastSplitPoint()
243 return IPA.getLastInsertPoint(*CurLI, *BB); in getLastSplitPoint()
247 return IPA.getLastInsertPointIter(*CurLI, *BB); in getLastSplitPointIter()
251 return IPA.getFirstInsertPoint(*MF.getBlockNumbered(Num)); in getFirstSplitPoint()
H A DInlineSpiller.cpp99 InsertPointAnalysis IPA; member in __anonf47227990111::HoistSpillHelper
150 IPA(LIS, mf.getNumBlockIDs()) {} in HoistSpillHelper()
1248 SlotIndex Idx = IPA.getLastInsertPoint(OrigLI, BB); in isSpillCandBB()
1580 MachineBasicBlock::iterator MII = IPA.getLastInsertPointIter(OrigLI, *BB); in hoistAllSpills()
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Ddeveloper-docs.rst10 developer-docs/IPA
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpasses.def80 /* Don't record nonzero bits before IPA to avoid
175 /* Simple IPA passes executed after the regular passes. In WHOPR mode the
183 /* These passes are run after IPA passes on every function that is being
375 /* The idea is that with -Og we do not perform any IPA optimization
376 so post-IPA work should be restricted to semantically required
H A Dparams.opt242 Compile-time bonus IPA-CP assigns to candidates which make loop bounds or strides known.
254 When propagating IPA-CP effect estimates, multiply frequencies of recursive edges that bring back a…
270 The size of translation unit that IPA-CP pass considers large.
278 … use the edge at this percentage position in frequncy histogram as the bases for IPA-CP heuristics.
286 Maximum number of statements that will be visited by IPA formal parameter analysis based on alias a…
294 Maximum number of operations in a parameter expression that can be handled by IPA analysis.
298 Maximum number of different predicates used to track properties of loops in IPA analysis.
302 Maximal number of boundary endpoints of case ranges of switch statement used during IPA function su…
306 Maximum pieces that IPA-SRA tracks per formal parameter, as a consequence, also the maximum number …
H A Dcgraphunit.cc323 case IPA: in process_new_functions()
549 case IPA: in add_new_function()
2275 state = IPA; in compile()
/netbsd-src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/ftdetect/
H A Dgcc-dev.vim17 " Match GIMPLE and IPA dump file names
/netbsd-src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/ftdetect/
H A Dgcc-dev.vim17 " Match GIMPLE and IPA dump file names
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dpasses.def77 /* Don't record nonzero bits before IPA to avoid
170 /* Simple IPA passes executed after the regular passes. In WHOPR mode the
179 /* These passes are run after IPA passes on every function that is being
H A Dparams.opt199 Compile-time bonus IPA-CP assigns to candidates which make loop bounds or strides known.
227 Maximum number of statements that will be visited by IPA formal parameter analysis based on alias a…
235 Maximum number of operations in a parameter expression that can be handled by IPA analysis.
239 Maximal number of boundary endpoints of case ranges of switch statement used during IPA function su…
243 Maximum pieces that IPA-SRA tracks per formal parameter, as a consequence, also the maximum number …
H A Dcgraphunit.c324 case IPA: in process_new_functions()
549 case IPA: in add_new_function()
2760 state = IPA; in compile()
H A Dcgraph.h2226 IPA, enumerator
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dsdm850-lenovo-yoga-c630.dts22 * and enable the IPA device.
72 /* Reserved memory changes for IPA */
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDeclCXX.cpp501 } else if (auto *IPA = D->getAttr<InitPriorityAttr>()) { in EmitCXXGlobalVarDeclInitFunc() local
502 OrderGlobalInitsOrStermFinalizers Key(IPA->getPriority(), in EmitCXXGlobalVarDeclInitFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLexicon.rst155 **IPA**

123