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

  /external/llvm/include/llvm/Transforms/Scalar/
GVN.h 54 InstrsToErase.push_back(I);
129 SmallVector<Instruction *, 8> InstrsToErase;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 56 InstrsToErase.push_back(I);
132 SmallVector<Instruction *, 8> InstrsToErase;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 56 InstrsToErase.push_back(I);
132 SmallVector<Instruction *, 8> InstrsToErase;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 56 InstrsToErase.push_back(I);
132 SmallVector<Instruction *, 8> InstrsToErase;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 56 InstrsToErase.push_back(I);
132 SmallVector<Instruction *, 8> InstrsToErase;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 56 InstrsToErase.push_back(I);
132 SmallVector<Instruction *, 8> InstrsToErase;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 56 InstrsToErase.push_back(I);
132 SmallVector<Instruction *, 8> InstrsToErase;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 56 InstrsToErase.push_back(I);
132 SmallVector<Instruction *, 8> InstrsToErase;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVN.h 56 InstrsToErase.push_back(I);
132 SmallVector<Instruction *, 8> InstrsToErase;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 462 SmallVector<Instruction*, 8> InstrsToErase;
476 InstrsToErase.push_back(I);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp 936 SmallVector<Instruction *, 16> InstrsToErase;
954 InstrsToErase.push_back(UI);
961 for (auto I : InstrsToErase)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 75 milliseconds