Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp41 ArrayRef<std::string> IgnoreList, char Separator) { in FindInEnvPath() argument
56 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); })) in FindInEnvPath()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DProcess.h110 ArrayRef<std::string> IgnoreList,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14541 SmallDenseSet<Value *> IgnoreList(ReductionOps.size() * in tryToReduce() local
14547 IgnoreList.insert(RdxOp); in tryToReduce()
14552 for (Value *U : IgnoreList) in tryToReduce()
14701 &IgnoreList](bool IgnoreVL = false) { in tryToReduce()
14702 bool IsAnyRedOpGathered = !IgnoreVL && V.isAnyGathered(IgnoreList); in tryToReduce()
14741 V.buildTree(VL, IgnoreList); in tryToReduce()