Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h75 struct RecursionSetRemover { struct
79 RecursionSetRemover(DenseSet<std::pair<Value *, BasicBlock *>> &S, in RecursionSetRemover() argument
83 ~RecursionSetRemover() { TheSet.erase(ThePair); } in ~RecursionSetRemover() argument
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp87 struct RecursionSetRemover { struct in __anon6d1f40320111::JumpThreading
88 DenseSet<std::pair<Value*, BasicBlock*> > &TheSet;
89 std::pair<Value*, BasicBlock*> ThePair;
91 RecursionSetRemover(DenseSet<std::pair<Value*, BasicBlock*> > &S, in RecursionSetRemover() function
95 ~RecursionSetRemover() { in ~RecursionSetRemover()