Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp253 SmallVector<const Value *, 2> UnderlyingObjs; member
955 for (const Value *Obj : UnderlyingObjs) in SUnitWithMemInfo()
968 for (const Value *Obj : UnderlyingObjs) in isTriviallyDisjoint()
969 if (llvm::is_contained(Other.UnderlyingObjs, Obj)) in isTriviallyDisjoint()
987 llvm::getUnderlyingObjects(MemOpValue, UnderlyingObjs); in getUnderlyingObjects()
1051 for (const Value *SrcObj : Src.UnderlyingObjs) in hasLoopCarriedMemDep()
1052 for (const Value *DstObj : Dst.UnderlyingObjs) in hasLoopCarriedMemDep()