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

/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp311 // NodeScope - almost a POD, but needs to call the constructors for the
313 // that the scope gets popped when the NodeScope is destroyed.
314 class NodeScope { class in class:__anon26278::EarlyCSE
316 NodeScope(ScopedHTType *availableValues, function in class:__anon26278::EarlyCSE::NodeScope
324 NodeScope(const NodeScope&) LLVM_DELETED_FUNCTION;
325 void operator=(const NodeScope&) LLVM_DELETED_FUNCTION;
373 NodeScope Scopes;

Completed in 201 milliseconds