LLVM API Documentation
#include <ScalarEvolution.h>
Static Public Member Functions | |
static void | Profile (const SCEV &X, FoldingSetNodeID &ID) |
static bool | Equals (const SCEV &X, const FoldingSetNodeID &ID, unsigned IDHash, FoldingSetNodeID &TempID) |
static unsigned | ComputeHash (const SCEV &X, FoldingSetNodeID &TempID) |
Definition at line 139 of file ScalarEvolution.h.
static unsigned llvm::FoldingSetTrait< SCEV >::ComputeHash | ( | const SCEV & | X, |
FoldingSetNodeID & | TempID | ||
) | [inline, static] |
Definition at line 147 of file ScalarEvolution.h.
References llvm::FoldingSetNodeIDRef::ComputeHash().
static bool llvm::FoldingSetTrait< SCEV >::Equals | ( | const SCEV & | X, |
const FoldingSetNodeID & | ID, | ||
unsigned | IDHash, | ||
FoldingSetNodeID & | TempID | ||
) | [inline, static] |
Definition at line 143 of file ScalarEvolution.h.
static void llvm::FoldingSetTrait< SCEV >::Profile | ( | const SCEV & | X, |
FoldingSetNodeID & | ID | ||
) | [inline, static] |
Reimplemented from llvm::DefaultFoldingSetTrait< SCEV >.
Definition at line 140 of file ScalarEvolution.h.