Searched refs:IgnoreList (Results 1 – 3 of 3) sorted by relevance
41 ArrayRef<std::string> IgnoreList, char Separator) { in FindInEnvPath() argument56 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); })) in FindInEnvPath()
110 ArrayRef<std::string> IgnoreList,
17240 SmallDenseSet<Value *> IgnoreList(ReductionOps.size() * in tryToReduce() local 17246 IgnoreList.insert(RdxOp); in tryToReduce() 17251 for (Value *U : IgnoreList) in tryToReduce() 17405 &IgnoreList](bool IgnoreVL = false) { in tryToReduce() 17406 bool IsAnyRedOpGathered = !IgnoreVL && V.isAnyGathered(IgnoreList); in tryToReduce() 17445 V.buildTree(VL, IgnoreList); in tryToReduce()