Searched defs:MemoryAccess (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | MemorySSA.h | 115 class MemoryAccess; variable 223 MemoryAccess(LLVMContext &C, unsigned Vty, DeleteValueTy DeleteValue, in MemoryAccess() function
|
/openbsd/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
H A D | LoopUtils.h | 34 class MemoryAccess; variable
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl_access.cpp | 420 ALWAYS_INLINE USED void MemoryAccess(ThreadState* thr, uptr pc, uptr addr, in MemoryAccess() function
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | MemorySSAUpdater.cpp | 542 MPhi->unorderedDeleteIncomingIf([&](const MemoryAccess *, BasicBlock *B) { in removeDuplicatePhiEdgesBetween()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | NewGVN.cpp | 3135 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 D | LoopUtils.cpp | 1765 -> std::optional<IVConditionInfo> { in hasPartialIVCondition()
|