Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp577 Type *AccessTy, bool AtLeastAtomic, in getAvailableLoadStore() argument
585 if (LI->isAtomic() < AtLeastAtomic) in getAvailableLoadStore()
605 if (SI->isAtomic() < AtLeastAtomic) in getAvailableLoadStore()
628 if (AtLeastAtomic) in getAvailableLoadStore()
667 const MemoryLocation &Loc, Type *AccessTy, bool AtLeastAtomic, in findAvailablePtrLoadStore() argument
696 AtLeastAtomic, DL, IsLoadCSE)) in findAvailablePtrLoadStore()
757 bool AtLeastAtomic = Load->isAtomic(); in FindAvailableLoadedValue() local
775 AtLeastAtomic, DL, IsLoadCSE); in FindAvailableLoadedValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoads.h179 const MemoryLocation &Loc, Type *AccessTy, bool AtLeastAtomic,