Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoads.cpp337 bool AtLeastAtomic, BasicBlock *ScanBB, in FindAvailablePtrLoadStore() argument
380 if (LI->isAtomic() < AtLeastAtomic) in FindAvailablePtrLoadStore()
399 if (SI->isAtomic() < AtLeastAtomic) in FindAvailablePtrLoadStore()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoads.h123 Value *FindAvailablePtrLoadStore(Value *Ptr, Type *AccessTy, bool AtLeastAtomic,