Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLegacyPassManagers.h250 struct AUFoldingSetNode : public FoldingSetNode { struct
252 AUFoldingSetNode(const AnalysisUsage &AU) : AU(AU) {} in AUFoldingSetNode() argument
275 FoldingSet<AUFoldingSetNode> UniqueAnalysisUsages; argument
279 SpecificBumpPtrAllocator<AUFoldingSetNode> AUFoldingSetNodeAllocator;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLegacyPassManager.cpp628 AUFoldingSetNode* Node = nullptr; in findAnalysisUsage()
630 AUFoldingSetNode::Profile(ID, AU); in findAnalysisUsage()
635 Node = new (AUFoldingSetNodeAllocator.Allocate()) AUFoldingSetNode(AU); in findAnalysisUsage()