Searched refs:IgnoreList (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Process.h | 111 ArrayRef<std::string> IgnoreList,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 7804 SmallVector<Value *, 16> IgnoreList; in tryToReduce() local 7806 IgnoreList.append(RdxOp.begin(), RdxOp.end()); in tryToReduce() 7841 V.buildTree(VL, ExternallyUsedValues, IgnoreList); in tryToReduce() 7851 V.buildTree(ReorderedOps, ExternallyUsedValues, IgnoreList); in tryToReduce() 7954 V.eraseInstructions(IgnoreList); in tryToReduce()
|