HomeSort by: relevance | last modified time | path
    Searched refs:IPA (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/ftdetect/
gcc-dev.vim 17 " Match GIMPLE and IPA dump file names
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/ftdetect/
gcc-dev.vim 17 " Match GIMPLE and IPA dump file names
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SplitKit.h 145 InsertPointAnalysis IPA;
239 return IPA.getLastInsertPoint(*CurLI, *MF.getBlockNumbered(Num));
243 return IPA.getLastInsertPoint(*CurLI, *BB);
247 return IPA.getLastInsertPointIter(*CurLI, *BB);
251 return IPA.getFirstInsertPoint(*MF.getBlockNumbered(Num));
InlineSpiller.cpp 99 InsertPointAnalysis IPA;
150 IPA(LIS, mf.getNumBlockIDs()) {}
1248 SlotIndex Idx = IPA.getLastInsertPoint(OrigLI, BB);
1580 MachineBasicBlock::iterator MII = IPA.getLastInsertPointIter(OrigLI, *BB);
SplitKit.cpp 156 TII(*MF.getSubtarget().getInstrInfo()), IPA(lis, MF.getNumBlockIDs()) {}
  /src/external/apache2/llvm/dist/llvm/utils/
GenLibDeps.pl 108 $libpath =~ s/^ipa/Analysis\/IPA/;
150 $libpath =~ s/^ipa/Analysis\/IPA/;
  /src/external/gpl3/gdb/dist/sim/v850/
v850-sim.h 297 #define IPA2ADDR(IPA) ((IPA) & 0x1fffff80)
  /src/external/gpl3/gdb.old/dist/sim/v850/
v850-sim.h 297 #define IPA2ADDR(IPA) ((IPA) & 0x1fffff80)
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDeclCXX.cpp 501 } else if (auto *IPA = D->getAttr<InitPriorityAttr>()) {
502 OrderGlobalInitsOrStermFinalizers Key(IPA->getPriority(),
ItaniumCXXABI.cpp 4797 if (auto *IPA = D.getAttr<InitPriorityAttr>()) {
4799 IPA->getPriority());
  /src/external/gpl3/gcc/dist/gcc/
cgraphunit.cc 195 #include "ipa-cp.h"
196 #include "ipa-prop.h"
199 #include "ipa-fnsummary.h"
200 #include "ipa-utils.h"
210 #include "ipa-inline.h"
325 case IPA:
328 /* When IPA optimization already started, do all essential
560 case IPA:
712 in order to do the fixups, but ipa-ref is not PCH safe. Consequently we
2009 makes ipa-ra and other propagators to work
    [all...]
cgraph.h 25 #include "ipa-ref.h"
27 #include "ipa-param-manipulation.h"
170 /* Return ipa reference from this symtab_node to
176 /* Return ipa reference from this symtab_node to
950 When CALL_DUPLICATION_HOOK is true, the ipa passes are acknowledged about
1101 if it is not already present. When some IPA transformations are scheduled,
1233 it is safe to ignore its side effects for IPA analysis. */
1414 per-function in order to allow IPA passes to introduce new functions. */
1462 /* True if node has been created by merge operation in IPA-ICF. */
1474 /* True if function is part split out by ipa-split. *
    [all...]
varasm.cc 6839 return symtab->state >= IPA && have_optimized_refs (symtab_node::get (decl));
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphunit.cc 194 #include "ipa-prop.h"
197 #include "ipa-fnsummary.h"
198 #include "ipa-utils.h"
208 #include "ipa-inline.h"
323 case IPA:
326 /* When IPA optimization already started, do all essential
549 case IPA:
701 in order to do the fixups, but ipa-ref is not PCH safe. Consequently we
1990 makes ipa-ra and other propagators to work.
2272 dump_memory_report ("Memory consumption before IPA");
    [all...]
cgraph.h 25 #include "ipa-ref.h"
27 #include "ipa-param-manipulation.h"
167 /* Return ipa reference from this symtab_node to
173 /* Return ipa reference from this symtab_node to
947 When CALL_DUPLICATION_HOOK is true, the ipa passes are acknowledged about
1106 if it is not already present. When some IPA transformations are scheduled,
1234 it is safe to ignore its side effects for IPA analysis. */
1415 per-function in order to allow IPA passes to introduce new functions. */
1463 /* True if node has been created by merge operation in IPA-ICF. */
1475 /* True if function is part split out by ipa-split. *
    [all...]

Completed in 41 milliseconds