Searched refs:IgnoreList (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Process.cpp | 40 ArrayRef<std::string> IgnoreList, in FindInEnvPath() argument 56 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); })) in FindInEnvPath()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Process.h | 111 ArrayRef<std::string> IgnoreList,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 7454 SmallVector<Value *, 16> IgnoreList; in tryToReduce() local 7456 IgnoreList.append(RdxOp.begin(), RdxOp.end()); in tryToReduce() 7491 V.buildTree(VL, ExternallyUsedValues, IgnoreList); in tryToReduce() 7501 V.buildTree(ReorderedOps, ExternallyUsedValues, IgnoreList); in tryToReduce() 7590 V.eraseInstructions(IgnoreList); in tryToReduce()
|