Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp615 class NodeScope { class in __anon16fc0a160311::EarlyCSE
617 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() function in __anon16fc0a160311::EarlyCSE::NodeScope
621 NodeScope(const NodeScope &) = delete;
622 NodeScope &operator=(const NodeScope &) = delete;
672 NodeScope Scopes;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DWindowsResource.cpp553 ListScope NodeScope(Writer, Name); in print() local