Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DLoads.cpp469 Type *AccessTy, bool AtLeastAtomic, in getAvailableLoadStore() argument
477 if (LI->isAtomic() < AtLeastAtomic) in getAvailableLoadStore()
497 if (SI->isAtomic() < AtLeastAtomic) in getAvailableLoadStore()
520 if (AtLeastAtomic) in getAvailableLoadStore()
559 const MemoryLocation &Loc, Type *AccessTy, bool AtLeastAtomic, in findAvailablePtrLoadStore() argument
588 AtLeastAtomic, DL, IsLoadCSE)) in findAvailablePtrLoadStore()
649 bool AtLeastAtomic = Load->isAtomic(); in FindAvailableLoadedValue() local
667 AtLeastAtomic, DL, IsLoadCSE); in FindAvailableLoadedValue()
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoads.h171 bool AtLeastAtomic, BasicBlock *ScanBB,