|
LLVM
3.7.0
|
Specialize FoldingSetTrait for SDVTListNode to avoid computing temp FoldingSetNodeID and hash value. More...
#include <SelectionDAG.h>
Static Public Member Functions | |
| static void | Profile (const SDVTListNode &X, FoldingSetNodeID &ID) |
| static bool | Equals (const SDVTListNode &X, const FoldingSetNodeID &ID, unsigned IDHash, FoldingSetNodeID &TempID) |
| static unsigned | ComputeHash (const SDVTListNode &X, FoldingSetNodeID &TempID) |
Static Public Member Functions inherited from llvm::DefaultFoldingSetTrait< SDVTListNode > | |
| static void | Profile (const SDVTListNode &X, FoldingSetNodeID &ID) |
| static void | Profile (SDVTListNode &X, FoldingSetNodeID &ID) |
| static bool | Equals (SDVTListNode &X, const FoldingSetNodeID &ID, unsigned IDHash, FoldingSetNodeID &TempID) |
| static unsigned | ComputeHash (SDVTListNode &X, FoldingSetNodeID &TempID) |
Specialize FoldingSetTrait for SDVTListNode to avoid computing temp FoldingSetNodeID and hash value.
Definition at line 68 of file SelectionDAG.h.
|
inlinestatic |
Definition at line 78 of file SelectionDAG.h.
|
inlinestatic |
Definition at line 72 of file SelectionDAG.h.
|
inlinestatic |
Definition at line 69 of file SelectionDAG.h.
1.8.6