Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2734 SmallPtrSet<Instruction *, 8> InsertedSet(InsertedInstructions.begin(), in cleanup() local
2736 (void)InsertedSet; in cleanup()
2750 [&InsertedSet](Value *U) { in cleanup()
2751 return InsertedSet.contains(cast<Instruction>(U)); in cleanup()