Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DProcess.h110 ArrayRef<std::string> IgnoreList,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12454 SmallDenseSet<Value *> IgnoreList(ReductionOps.size() * in tryToReduce() local
12460 IgnoreList.insert(RdxOp); in tryToReduce()
12540 &IgnoreList](bool IgnoreVL = false) { in tryToReduce()
12541 bool IsAnyRedOpGathered = !IgnoreVL && V.isAnyGathered(IgnoreList); in tryToReduce()
12579 V.buildTree(VL, IgnoreList); in tryToReduce()
12657 for (Value *U : IgnoreList) in tryToReduce()