Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2750 SmallPtrSet<Instruction *, 8> InsertedSet(InsertedInstructions.begin(), in cleanup() local
2752 (void)InsertedSet; in cleanup()
2766 [&InsertedSet](Value *U) { in cleanup()
2767 return InsertedSet.contains(cast<Instruction>(U)); in cleanup()