Home
last modified time | relevance | path

Searched refs:MemOpValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp256 const Value *MemOpValue = nullptr; member
270 bool isUnknown() const { return MemOpValue == nullptr; } in isUnknown()
985 MemOpValue = MM->getValue(); in getUnderlyingObjects()
987 llvm::getUnderlyingObjects(MemOpValue, UnderlyingObjs); in getUnderlyingObjects()
1040 if (Src.MemOpValue == Dst.MemOpValue && Src.MemOpOffset <= Dst.MemOpOffset) in hasLoopCarriedMemDep()
1044 MemoryLocation::getBeforeOrAfter(Src.MemOpValue, Src.AATags), in hasLoopCarriedMemDep()
1045 MemoryLocation::getBeforeOrAfter(Dst.MemOpValue, Dst.AATags))) in hasLoopCarriedMemDep()