Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp91 struct RecursionSetRemover { struct in __anonbf99386b0111::JumpThreading
92 DenseSet<std::pair<Value*, BasicBlock*> > &TheSet;
93 std::pair<Value*, BasicBlock*> ThePair;
95 RecursionSetRemover(DenseSet<std::pair<Value*, BasicBlock*> > &S, in RecursionSetRemover() argument
99 ~RecursionSetRemover() { in ~RecursionSetRemover()