Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DProcess.cpp40 ArrayRef<std::string> IgnoreList, in FindInEnvPath() argument
56 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); })) in FindInEnvPath()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DProcess.h110 ArrayRef<std::string> IgnoreList,
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp11034 SmallDenseSet<Value *> IgnoreList; in tryToReduce() local
11039 IgnoreList.insert(RdxOp); in tryToReduce()
11115 &IgnoreList](bool IgnoreVL = false) { in tryToReduce()
11116 bool IsAnyRedOpGathered = !IgnoreVL && V.isAnyGathered(IgnoreList); in tryToReduce()
11154 V.buildTree(VL, IgnoreList); in tryToReduce()
11220 for (Value *U : IgnoreList) in tryToReduce()