Searched refs:IgnoreList (Results 1 – 3 of 3) sorted by relevance
40 ArrayRef<std::string> IgnoreList, in FindInEnvPath() argument56 if (any_of(IgnoreList, [&](StringRef S) { return fs::equivalent(S, Dir); })) in FindInEnvPath()
110 ArrayRef<std::string> IgnoreList,
11034 SmallDenseSet<Value *> IgnoreList; in tryToReduce() local11039 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()