Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp87 struct RecursionSetRemover { struct in __anon5b4198ca0111::JumpThreading
88 DenseSet<std::pair<Value*, BasicBlock*> > &TheSet;
89 std::pair<Value*, BasicBlock*> ThePair;
91 RecursionSetRemover(DenseSet<std::pair<Value*, BasicBlock*> > &S, in RecursionSetRemover() argument
95 ~RecursionSetRemover() { in ~RecursionSetRemover()