Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DMergeICmps.cpp248 auto MayClobber = [&](LoadInst *LI) { in canSinkBCECmpInst() local
254 if (MayClobber(Cmp.Lhs.LoadI) || MayClobber(Cmp.Rhs.LoadI)) in canSinkBCECmpInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp257 const LoadInst *MayClobber) { in areLoadsReorderable() argument
259 bool VolatileClobber = MayClobber->isVolatile(); in areLoadsReorderable()
275 bool MayClobberIsAcquire = isAtLeastOrStrongerThan(MayClobber->getOrdering(), in areLoadsReorderable()