HomeSort by: relevance | last modified time | path
    Searched refs:AtLeastAtomic (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
Loads.cpp 472 Type *AccessTy, bool AtLeastAtomic,
480 if (LI->isAtomic() < AtLeastAtomic)
500 if (SI->isAtomic() < AtLeastAtomic)
522 const MemoryLocation &Loc, Type *AccessTy, bool AtLeastAtomic,
551 AtLeastAtomic, DL, IsLoadCSE))
612 bool AtLeastAtomic = Load->isAtomic();
630 AtLeastAtomic, DL, IsLoadCSE);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
Loads.h 153 /// \param AtLeastAtomic Are we looking for at-least an atomic load/store ? In
168 bool AtLeastAtomic, BasicBlock *ScanBB,

Completed in 20 milliseconds