Home
last modified time | relevance | path

Searched refs:FastID (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h63 FoldingSetNodeIDRef FastID;
102 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
143 ID = X.FastID;
147 return ID == X.FastID;
150 return X.FastID.ComputeHash();
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DFoldingSet.h780 FoldingSetNodeID FastID; variable
782 explicit FastFoldingSetNode(const FoldingSetNodeID &ID) : FastID(ID) {} in FastFoldingSetNode()
785 ID.AddNodeID(FastID); in Profile()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h48 FoldingSetNodeIDRef FastID;
55 FastID(ID), VTs(VT), NumVTs(Num) {
68 ID = X.FastID;
74 return ID == X.FastID;