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

  /src/external/gpl2/rcs/dist/src/
rcsrev.c 119 static void store1 P((struct hshentries***,struct hshentry*));
375 store1(store, next) function
420 store1(&store, next);
445 store1(&store, next);
456 store1(&store, next);
466 store1(&store, next);
482 store1(&store, next);
590 store1(&store, next);
593 store1(&store, next);
611 store1(&store, next)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 154 unsigned store1; member in struct:llvm::HexagonShuffler::HexagonPacketSummary
HexagonShuffler.cpp 430 if (Summary.store1 && Summary.stores > 1) {
508 ++Summary.store1;
  /src/external/gpl3/gcc/dist/gcc/
dse.cc 544 store1 on the first store for offset N. Bit N is set in store2
552 we will or store1 into store2 before deciding which stores look
1007 bitmap store1;
1013 store1 = group->store1_n;
1020 store1 = group->store1_p;
1026 if (!bitmap_set_bit (store1, ai))
2961 related bases add all of the bits from store1 into store2.
1005 bitmap store1; local
tree-ssa-alias.cc 2583 STORE1 and STORE2. */
2586 refs_output_dependent_p (tree store1, tree store2)
2589 ao_ref_init (&r1, store1);
3285 /* Return true if store1 and store2 described by corresponding tuples
  /src/external/gpl3/gcc.old/dist/gcc/
dse.cc 541 store1 on the first store for offset N. Bit N is set in store2
549 we will or store1 into store2 before deciding which stores look
1003 bitmap store1;
1009 store1 = group->store1_n;
1016 store1 = group->store1_p;
1022 if (!bitmap_set_bit (store1, ai))
2915 related bases add all of the bits from store1 into store2.
1001 bitmap store1; local
tree-ssa-alias.cc 2570 STORE1 and STORE2. */
2573 refs_output_dependent_p (tree store1, tree store2)
2576 ao_ref_init (&r1, store1);
3216 /* Return true if store1 and store2 described by corresponding tuples

Completed in 40 milliseconds