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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp392 Instruction *DepWrite,
468 // is not even called providing DepWrite when there are any intervening reads.
474 auto &IM = IOL[DepWrite];
586 Instruction *DepWrite,
604 // memcpy/memmove(A <- B) // DepWrite
607 // with Inst reading/writing a >= size than DepWrite, we can reason as
610 // - If A == B then both the copies are no-ops, so the DepWrite can be
613 // Inst.size >= DepWrite.size A and B are disjoint in DepWrite too.
614 // Therefore DepWrite ca
387 isOverwrite(const MemoryLocation &Later, const MemoryLocation &Earlier, const DataLayout &DL, const TargetLibraryInfo &TLI, int64_t &EarlierOff, int64_t &LaterOff, Instruction *DepWrite, InstOverlapIntervalsTy &IOL, AliasAnalysis &AA, const Function *F) argument
1269 Instruction *DepWrite = InstDep.getInst(); local
[all...]

Completed in 87 milliseconds