Home
last modified time | relevance | path

Searched refs:TheSet (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h76 DenseSet<std::pair<Value *, BasicBlock *>> &TheSet; member
81 : TheSet(S), ThePair(P) {} in RecursionSetRemover()
83 ~RecursionSetRemover() { TheSet.erase(ThePair); } in ~RecursionSetRemover()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.cpp250 SPIRVEntry::validateBuiltin(SPIRVWord TheSet, SPIRVWord Index)const { in validateBuiltin() argument
251 (void) TheSet; in validateBuiltin()
253 assert(TheSet != SPIRVWORD_MAX && Index != SPIRVWORD_MAX && in validateBuiltin()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DJumpThreading.cpp88 DenseSet<std::pair<Value*, BasicBlock*> > &TheSet; member
93 : TheSet(S), ThePair(P) { } in RecursionSetRemover()
96 TheSet.erase(ThePair); in ~RecursionSetRemover()