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

/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp320 // NodeScope - almost a POD, but needs to call the constructors for the
322 // that the scope gets popped when the NodeScope is destroyed.
323 class NodeScope { class in class:__anon22575::EarlyCSE
325 NodeScope(ScopedHTType *availableValues, function in class:__anon22575::EarlyCSE::NodeScope
333 NodeScope(const NodeScope&) LLVM_DELETED_FUNCTION;
334 void operator=(const NodeScope&) LLVM_DELETED_FUNCTION;
382 NodeScope Scopes;

Completed in 49 milliseconds