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

/freebsd-10.0-release/contrib/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:__anon2630::EarlyCSE
325 NodeScope(ScopedHTType *availableValues, function in class:__anon2630::EarlyCSE::NodeScope
333 NodeScope(const NodeScope&) LLVM_DELETED_FUNCTION;
334 void operator=(const NodeScope&) LLVM_DELETED_FUNCTION;
382 NodeScope Scopes;

Completed in 60 milliseconds