Searched refs:InsertedSet (Results 1 – 1 of 1) sorted by relevance
2383 SmallPtrSet<Instruction *, 8> InsertedSet(InsertedInstructions.begin(), in cleanup() local2385 (void)InsertedSet; in cleanup()2394 [&InsertedSet](Value *U) { in cleanup()2395 return InsertedSet.contains(cast<Instruction>(U)); in cleanup()