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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 97 STATISTIC(NumCompletePartials, "Number of stores dead by later partials");
334 /// overwrite one another. More specifically, \p Later has to
336 static OverwriteResult isMaskedStoreOverwrite(const Instruction *Later,
339 const auto *IIL = dyn_cast<IntrinsicInst>(Later);
352 // TODO: check that Later's mask is a superset of the Earlier's mask.
358 /// Return 'OW_Complete' if a store to the 'Later' location completely
360 /// 'Earlier' location is completely overwritten by 'Later', 'OW_Begin' if the
361 /// beginning of the 'Earlier' location is overwritten by 'Later'.
365 /// NOTE: This function must only be called if both \p Later and \p Earlier
368 static OverwriteResult isPartialOverwrite(const MemoryLocation &Later,
    [all...]
EarlyCSE.cpp 517 /// expected that a later pass of GVN will catch the interesting/hard cases.
827 const ParseMemoryInst &Later);
860 const IntrinsicInst *Later) {
910 if (PtrOp(Earlier) != PtrOp(Later))
914 Intrinsic::ID IDL = Later->getIntrinsicID();
918 // Trying to replace later masked load with the earlier one.
923 if (MaskOp(Earlier) == MaskOp(Later) && ThruOp(Earlier) == ThruOp(Later))
925 if (!isa<UndefValue>(ThruOp(Later)))
927 return IsSubmask(MaskOp(Later), MaskOp(Earlier))
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/common/
genmloop.sh 10 # (at your option) any later version.
46 # ??? Later add ability to have another set of full/fast semantics
454 /* ??? Later maybe paste read.c in when building mainloop.c. */
472 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
655 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
767 /* ??? Later maybe paste read.c in when building mainloop.c. */
844 /* ??? Later maybe paste read.c in when building mainloop.c. */
862 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
1163 /* FIXME: Later make cover macros: PROFILE_INSN_{INIT,FINI}. */
1238 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. *
    [all...]
  /src/external/gpl3/gdb/dist/sim/common/
genmloop.sh 10 # (at your option) any later version.
46 # ??? Later add ability to have another set of full/fast semantics
454 /* ??? Later maybe paste read.c in when building mainloop.c. */
472 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
655 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
767 /* ??? Later maybe paste read.c in when building mainloop.c. */
844 /* ??? Later maybe paste read.c in when building mainloop.c. */
862 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
1163 /* FIXME: Later make cover macros: PROFILE_INSN_{INIT,FINI}. */
1238 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. *
    [all...]
  /src/usr.bin/make/unit-tests/
dep-var.mk 22 # This variable is neither defined now nor later.
31 # waiting to be expanded at some later point.
33 # Later, in SuffExpandChildren, that expression is expanded again by calling
varmisc.mk 126 # .export directive. Later changes to the variable have no effect.
directive-for.mk 296 # without resolving any other variable names (ForLoop_SubstBody). Later, when
varmod-loop.mk 15 # other '$' is left as-is during parsing. Later, when the body is expanded
216 # unescaping '$$' to '$' later when the loop body is expanded after setting the
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUnrollAndJam.cpp 792 for (auto *Later : CurrentLoadsAndStores) {
793 if (!checkDependency(Earlier, Later, LoopDepth, CommonLoopDepth, false,
  /src/distrib/syspkg/mk/
bsd.syspkg.mk 7 # Plus many fixes and improvements from later revisions.
402 # (XXX should be able to snarf via FTP. Later...)
536 # Fake installation of package so that user can pkg_delete it later.

Completed in 22 milliseconds