Searched refs:Later (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp380 /// Return 'OW_Complete' if a store to the 'Later' location completely
382 /// 'Earlier' location is completely overwritten by 'Later', 'OW_Begin' if the
383 /// beginning of the 'Earlier' location is overwritten by 'Later'.
387 static OverwriteResult isOverwrite(const MemoryLocation &Later, argument
398 if (!Later.Size.isPrecise() || !Earlier.Size.isPrecise())
401 const uint64_t LaterSize = Later.Size.getValue();
405 const Value *P2 = Later.Ptr->stripPointerCasts();
410 // Make sure that the Later size is >= the Earlier size.
426 // If the "Later" store is to a recognizable object, get its size.
477 << ") Later [" << LaterOf
1154 tryToMergePartialOverlappingStores(StoreInst *Earlier, StoreInst *Later, int64_t InstWriteOffset, int64_t DepWriteOffset, const DataLayout &DL, AliasAnalysis *AA, DominatorTree *DT) argument
1345 auto *Later = dyn_cast<StoreInst>(Inst); local
2248 auto *Later = dyn_cast<StoreInst>(SI); local
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddep-var.mk37 # Later, in SuffExpandChildren, that expression is expanded again by calling
H A Dvarmisc.mk141 # .export directive. Later changes to the variable have no effect.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollAndJam.cpp794 for (auto *Later : CurrentLoadsAndStores) {
795 if (!checkDependency(Earlier, Later, LoopDepth, CommonLoopDepth, false,
/freebsd-13-stable/sys/mips/mips/
H A Dsupport.S841 mfc0 v0, MIPS_COP_0_STATUS # Later the "real" spl value!
871 mtc0 v0, MIPS_COP_0_STATUS # Later the "real" spl value!

Completed in 81 milliseconds