Searched defs:RecursionSetRemover (Results 1 – 2 of 2) sorted by relevance
75 struct RecursionSetRemover { struct79 RecursionSetRemover(DenseSet<std::pair<Value *, BasicBlock *>> &S, in RecursionSetRemover() argument83 ~RecursionSetRemover() { TheSet.erase(ThePair); } in ~RecursionSetRemover() argument
87 struct RecursionSetRemover { struct in __anon6d1f40320111::JumpThreading88 DenseSet<std::pair<Value*, BasicBlock*> > &TheSet;89 std::pair<Value*, BasicBlock*> ThePair;91 RecursionSetRemover(DenseSet<std::pair<Value*, BasicBlock*> > &S, in RecursionSetRemover() function95 ~RecursionSetRemover() { in ~RecursionSetRemover()