Home
last modified time | relevance | path

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

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