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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DFoldingSet.h191 /// GetNodeProfile - Instantiations of the FoldingSet template implement
193 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const = 0;
382 /// GetNodeProfile - Each instantiatation of the FoldingSet needs to provide a
384 virtual void GetNodeProfile(Node *N, FoldingSetNodeID &ID) const { function in class:llvm::FoldingSet
454 // FoldingSet<T>::GetNodeProfile to be instantiated, which in turn
460 /// GetNodeProfile - Each instantiatation of the FoldingSet needs to provide a
462 virtual void GetNodeProfile(FoldingSetImpl::Node *N, function in class:llvm::ContextualFoldingSet

Completed in 123 milliseconds