Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemorySSA.h116 class MemoryAccess; variable
224 MemoryAccess(LLVMContext &C, unsigned Vty, DeleteValueTy DeleteValue, in MemoryAccess() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLoopUtils.h36 class MemoryAccess; variable
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_rtl_access.cpp420 ALWAYS_INLINE USED void MemoryAccess(ThreadState* thr, uptr pc, uptr addr, in MemoryAccess() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemorySSAUpdater.cpp542 MPhi->unorderedDeleteIncomingIf([&](const MemoryAccess *, BasicBlock *B) { in removeDuplicatePhiEdgesBetween()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDNewGVN.cpp3141 SmallPtrSet<const MemoryAccess *, 8> &Visited, const MemoryAccess *First, in singleReachablePHIPath()
3213 [&](const std::pair<const MemoryAccess *, CongruenceClass *> Pair) { in verifyMemoryCongruency()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUtils.cpp2060 -> std::optional<IVConditionInfo> { in hasPartialIVCondition()