OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUFoldingSetNode
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/IR/
LegacyPassManagers.h
257
struct
AUFoldingSetNode
: public FoldingSetNode {
259
AUFoldingSetNode
(const AnalysisUsage &AU) : AU(AU) {}
282
FoldingSet<
AUFoldingSetNode
> UniqueAnalysisUsages;
286
SpecificBumpPtrAllocator<
AUFoldingSetNode
> AUFoldingSetNodeAllocator;
/external/llvm/lib/IR/
LegacyPassManager.cpp
585
AUFoldingSetNode
* Node = nullptr;
587
AUFoldingSetNode
::Profile(ID, AU);
592
Node = new (AUFoldingSetNodeAllocator.Allocate())
AUFoldingSetNode
(AU);
[
all
...]
Completed in 67 milliseconds