Home
last modified time | relevance | path

Searched defs:RecursionSetRemover (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp112 struct RecursionSetRemover { struct in __anonaccc34270111::JumpThreading
113 DenseSet<std::pair<Value*, BasicBlock*> > &TheSet;
114 std::pair<Value*, BasicBlock*> ThePair;
116 RecursionSetRemover(DenseSet<std::pair<Value*, BasicBlock*> > &S, in RecursionSetRemover() function
120 ~RecursionSetRemover() { in ~RecursionSetRemover()