HomeSort by relevance Sort by last modified time
    Searched refs:FastID (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 60 /// FastID - A reference to an Interned FoldingSetNodeID for this node.
62 FoldingSetNodeIDRef FastID;
101 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
140 ID = X.FastID;
144 return ID == X.FastID;
147 return X.FastID.ComputeHash();
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 776 FoldingSetNodeID FastID;
778 explicit FastFoldingSetNode(const FoldingSetNodeID &ID) : FastID(ID) {}
781 ID.AddNodeID(FastID);

Completed in 1125 milliseconds