HomeSort by relevance Sort by last modified time
    Searched refs:MUD (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Transforms/Utils/
MemorySSA.cpp 350 MemoryUseOrDef *MUD = createNewAccess(&I);
351 if (!MUD)
353 InsertIntoDef |= isa<MemoryDef>(MUD);
357 Accesses->push_back(MUD);
540 MemoryUseOrDef *MUD;
542 MUD = new MemoryDef(I->getContext(), nullptr, I, I->getParent(), NextID++);
544 MUD = new MemoryUse(I->getContext(), nullptr, I, I->getParent());
545 ValueToMemoryAccess.insert(std::make_pair(I, MUD));
546 return MUD;
614 if (MemoryUseOrDef *MUD = dyn_cast<MemoryUseOrDef>(MA)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
MemorySSA.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
MemorySSA.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
MemorySSA.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
MemorySSA.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
MemorySSA.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
MemorySSA.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemorySSA.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
MemorySSA.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
MemorySSA.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
MemorySSA.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
MemorySSA.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
MemorySSA.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
MemorySSA.h     [all...]

Completed in 4802 milliseconds