HomeSort by relevance Sort by last modified time
    Searched refs:LeaderTable (Results 1 - 11 of 11) 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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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];
  /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 72 milliseconds