Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2390 SmallPtrSet<Instruction *, 8> InsertedSet(llvm::from_range, in cleanup() local
2392 (void)InsertedSet; in cleanup()
2401 [&InsertedSet](Value *U) { in cleanup()
2402 return InsertedSet.contains(cast<Instruction>(U)); in cleanup()