HomeSort by: relevance | last modified time | path
    Searched defs:Earlier (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 335 /// overwrite \p Earlier.
337 const Instruction *Earlier,
340 const auto *IIE = dyn_cast<IntrinsicInst>(Earlier);
352 // TODO: check that Later's mask is a superset of the Earlier's mask.
359 /// overwrites a store to the 'Earlier' location, 'OW_End' if the end of the
360 /// 'Earlier' location is completely overwritten by 'Later', 'OW_Begin' if the
361 /// beginning of the 'Earlier' location is overwritten by 'Later'.
362 /// 'OW_PartialEarlierWithFullLater' means that an earlier (big) store was
365 /// NOTE: This function must only be called if both \p Later and \p Earlier
369 const MemoryLocation &Earlier,
    [all...]

Completed in 23 milliseconds