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

  /external/llvm/include/llvm/Transforms/Scalar/
GVN.h 54 InstrsToErase.push_back(I);
129 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 1639 milliseconds