Home
last modified time | relevance | path

Searched refs:IgnoreList (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DProcess.cpp38 ArrayRef<std::string> IgnoreList) { in FindInEnvPath() argument
53 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); })) in FindInEnvPath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DProcess.h105 ArrayRef<std::string> IgnoreList);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6733 SmallVector<Value *, 16> IgnoreList; in tryToReduce() local
6735 IgnoreList.append(V.begin(), V.end()); in tryToReduce()
6738 V.buildTree(VL, ExternallyUsedValues, IgnoreList); in tryToReduce()
6746 V.buildTree(ReorderedOps, ExternallyUsedValues, IgnoreList); in tryToReduce()
6844 V.eraseInstructions(IgnoreList); in tryToReduce()