Home
last modified time | relevance | path

Searched defs:MemoryAccess (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemorySSA.h115 class MemoryAccess; variable
223 MemoryAccess(LLVMContext &C, unsigned Vty, DeleteValueTy DeleteValue, in MemoryAccess() function
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h34 class MemoryAccess; variable
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_access.cpp420 ALWAYS_INLINE USED void MemoryAccess(ThreadState* thr, uptr pc, uptr addr, in MemoryAccess() function
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp542 MPhi->unorderedDeleteIncomingIf([&](const MemoryAccess *, BasicBlock *B) { in removeDuplicatePhiEdgesBetween()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3135 SmallPtrSet<const MemoryAccess *, 8> &Visited, const MemoryAccess *First, in singleReachablePHIPath()
3207 [&](const std::pair<const MemoryAccess *, CongruenceClass *> Pair) { in verifyMemoryCongruency()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1765 -> std::optional<IVConditionInfo> { in hasPartialIVCondition()