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

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 134 class LoadAndStorePromoter {
139 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts,
141 virtual ~LoadAndStorePromoter() {}
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
SSAUpdater.h 114 /// LoadAndStorePromoter - This little helper class provides a convenient way to
122 class LoadAndStorePromoter {
126 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts,
128 virtual ~LoadAndStorePromoter() {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 134 class LoadAndStorePromoter {
139 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts,
141 virtual ~LoadAndStorePromoter() = default;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
SSAUpdater.h 134 class LoadAndStorePromoter {
139 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts,
141 virtual ~LoadAndStorePromoter() = default;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
SSAUpdater.h 134 class LoadAndStorePromoter {
139 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts,
141 virtual ~LoadAndStorePromoter() = default;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
SSAUpdater.h 133 class LoadAndStorePromoter {
138 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
140 virtual ~LoadAndStorePromoter() = default;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
SSAUpdater.h 133 class LoadAndStorePromoter {
138 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
140 virtual ~LoadAndStorePromoter() = default;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
SSAUpdater.h 133 class LoadAndStorePromoter {
138 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
140 virtual ~LoadAndStorePromoter() = default;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
SSAUpdater.h 133 class LoadAndStorePromoter {
138 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
140 virtual ~LoadAndStorePromoter() = default;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 134 class LoadAndStorePromoter {
139 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts,
141 virtual ~LoadAndStorePromoter() = default;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
SSAUpdater.h 134 class LoadAndStorePromoter {
139 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts,
141 virtual ~LoadAndStorePromoter() = default;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
SSAUpdater.h 134 class LoadAndStorePromoter {
139 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts,
141 virtual ~LoadAndStorePromoter() = default;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
SSAUpdater.h 133 class LoadAndStorePromoter {
138 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
140 virtual ~LoadAndStorePromoter() = default;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
SSAUpdater.h 133 class LoadAndStorePromoter {
138 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
140 virtual ~LoadAndStorePromoter() = default;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
SSAUpdater.h 133 class LoadAndStorePromoter {
138 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
140 virtual ~LoadAndStorePromoter() = default;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
SSAUpdater.h 133 class LoadAndStorePromoter {
138 LoadAndStorePromoter(ArrayRef<const Instruction *> Insts,
140 virtual ~LoadAndStorePromoter() = default;
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 321 // LoadAndStorePromoter Implementation
324 LoadAndStorePromoter::
325 LoadAndStorePromoter(ArrayRef<const Instruction*> Insts,
341 void LoadAndStorePromoter::
482 LoadAndStorePromoter::isInstInList(Instruction *I,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SSAUpdater.cpp 356 // LoadAndStorePromoter Implementation
359 LoadAndStorePromoter::
360 LoadAndStorePromoter(const SmallVectorImpl<Instruction*> &Insts,
376 void LoadAndStorePromoter::
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LICM.cpp 612 class LoopPromoter : public LoadAndStorePromoter {
625 : LoadAndStorePromoter(Insts, S), SomePtr(SP),
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 762 class LoopPromoter : public LoadAndStorePromoter {
796 : LoadAndStorePromoter(Insts, S), SomePtr(SP), PointerMustAliases(PMA),
    [all...]

Completed in 1747 milliseconds