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

/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp87 struct RecursionSetRemover { struct in class:__anon7029::JumpThreading
91 RecursionSetRemover(DenseSet<std::pair<Value*, BasicBlock*> > &S, function in struct:__anon7029::JumpThreading::RecursionSetRemover
95 ~RecursionSetRemover() {
322 RecursionSetRemover remover(RecursionSet, std::make_pair(V, BB));

Completed in 34 milliseconds