Searched defs:RecursionSetRemover (Results 1 – 1 of 1) sorted by relevance
112 struct RecursionSetRemover { struct in __anonaccc34270111::JumpThreading113 DenseSet<std::pair<Value*, BasicBlock*> > &TheSet;114 std::pair<Value*, BasicBlock*> ThePair;116 RecursionSetRemover(DenseSet<std::pair<Value*, BasicBlock*> > &S, in RecursionSetRemover() function120 ~RecursionSetRemover() { in ~RecursionSetRemover()