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

  /external/llvm/include/llvm/Transforms/Scalar/
GVN.h 122 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
139 /// Push a new Value to the LeaderTable onto the list for its value number.
141 LeaderTableEntry &Curr = LeaderTable[N];
159 LeaderTableEntry *Curr = &LeaderTable[N];
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 125 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
143 /// Push a new Value to the LeaderTable onto the list for its value number.
145 LeaderTableEntry &Curr = LeaderTable[N];
163 LeaderTableEntry *Curr = &LeaderTable[N];
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
GVN.h 125 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
143 /// Push a new Value to the LeaderTable onto the list for its value number.
145 LeaderTableEntry &Curr = LeaderTable[N];
163 LeaderTableEntry *Curr = &LeaderTable[N];
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Scalar/
GVN.h 125 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
143 /// Push a new Value to the LeaderTable onto the list for its value number.
145 LeaderTableEntry &Curr = LeaderTable[N];
163 LeaderTableEntry *Curr = &LeaderTable[N];
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Scalar/
GVN.h 169 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
191 /// Push a new Value to the LeaderTable onto the list for its value number.
193 LeaderTableEntry &Curr = LeaderTable[N];
211 LeaderTableEntry *Curr = &LeaderTable[N];
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Scalar/
GVN.h 169 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
191 /// Push a new Value to the LeaderTable onto the list for its value number.
193 LeaderTableEntry &Curr = LeaderTable[N];
211 LeaderTableEntry *Curr = &LeaderTable[N];
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Scalar/
GVN.h 169 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
191 /// Push a new Value to the LeaderTable onto the list for its value number.
193 LeaderTableEntry &Curr = LeaderTable[N];
211 LeaderTableEntry *Curr = &LeaderTable[N];
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Scalar/
GVN.h 169 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
191 /// Push a new Value to the LeaderTable onto the list for its value number.
193 LeaderTableEntry &Curr = LeaderTable[N];
211 LeaderTableEntry *Curr = &LeaderTable[N];
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 125 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
143 /// Push a new Value to the LeaderTable onto the list for its value number.
145 LeaderTableEntry &Curr = LeaderTable[N];
163 LeaderTableEntry *Curr = &LeaderTable[N];
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Scalar/
GVN.h 125 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
143 /// Push a new Value to the LeaderTable onto the list for its value number.
145 LeaderTableEntry &Curr = LeaderTable[N];
163 LeaderTableEntry *Curr = &LeaderTable[N];
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Scalar/
GVN.h 125 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
143 /// Push a new Value to the LeaderTable onto the list for its value number.
145 LeaderTableEntry &Curr = LeaderTable[N];
163 LeaderTableEntry *Curr = &LeaderTable[N];
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Scalar/
GVN.h 169 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
191 /// Push a new Value to the LeaderTable onto the list for its value number.
193 LeaderTableEntry &Curr = LeaderTable[N];
211 LeaderTableEntry *Curr = &LeaderTable[N];
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Scalar/
GVN.h 169 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
191 /// Push a new Value to the LeaderTable onto the list for its value number.
193 LeaderTableEntry &Curr = LeaderTable[N];
211 LeaderTableEntry *Curr = &LeaderTable[N];
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Scalar/
GVN.h 169 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
191 /// Push a new Value to the LeaderTable onto the list for its value number.
193 LeaderTableEntry &Curr = LeaderTable[N];
211 LeaderTableEntry *Curr = &LeaderTable[N];
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Scalar/
GVN.h 169 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
191 /// Push a new Value to the LeaderTable onto the list for its value number.
193 LeaderTableEntry &Curr = LeaderTable[N];
211 LeaderTableEntry *Curr = &LeaderTable[N];
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 452 /// LeaderTable - A mapping from value numbers to lists of Value*'s that
459 DenseMap<uint32_t, LeaderTableEntry> LeaderTable;
484 /// addToLeaderTable - Push a new Value to the LeaderTable onto the list for
487 LeaderTableEntry &Curr = LeaderTable[N];
505 LeaderTableEntry* Curr = &LeaderTable[N];
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 79 milliseconds