Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp94 struct RecursionSetRemover { struct in __anon912ec1d80111::JumpThreading
95 DenseSet<std::pair<Value*, BasicBlock*> > &TheSet;
96 std::pair<Value*, BasicBlock*> ThePair;
98 RecursionSetRemover(DenseSet<std::pair<Value*, BasicBlock*> > &S, in RecursionSetRemover() function
102 ~RecursionSetRemover() { in ~RecursionSetRemover()