Searched refs:IgnoreList (Results 1 – 3 of 3) sorted by relevance
40 ArrayRef<std::string> IgnoreList, char Separator) { in FindInEnvPath() argument55 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); })) in FindInEnvPath()
111 ArrayRef<std::string> IgnoreList,
22331 SmallDenseSet<Value *> IgnoreList(ReductionOps.size() * in tryToReduce() local22337 IgnoreList.insert(RdxOp); in tryToReduce()22342 for (Value *U : IgnoreList) in tryToReduce()22524 bool IsAnyRedOpGathered = !IgnoreVL && V.isAnyGathered(IgnoreList); in tryToReduce()22573 V.buildTree(VL, IgnoreList); in tryToReduce()