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 59 /// FastID - A reference to an Interned FoldingSetNodeID for this node.
61 FoldingSetNodeIDRef FastID;
100 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
135 ID = X.FastID;
139 return ID == X.FastID;
142 return X.FastID.ComputeHash();
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 661 FoldingSetNodeID FastID;
663 explicit FastFoldingSetNode(const FoldingSetNodeID &ID) : FastID(ID) {}
666 ID.AddNodeID(FastID);

Completed in 297 milliseconds