OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FastID
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
FoldingSet.h
779
FoldingSetNodeID
FastID
;
782
explicit FastFoldingSetNode(const FoldingSetNodeID &ID) :
FastID
(ID) {}
785
void Profile(FoldingSetNodeID &ID) const { ID.AddNodeID(
FastID
); }
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ScalarEvolution.h
83
FoldingSetNodeIDRef
FastID
;
125
:
FastID
(ID), SCEVType(SCEVTy), ExpressionSize(ExpressionSize) {}
170
static void Profile(const SCEV &X, FoldingSetNodeID &ID) { ID = X.
FastID
; }
174
return ID == X.
FastID
;
178
return X.
FastID
.ComputeHash();
205
FoldingSetNodeIDRef
FastID
;
251
ID = X.
FastID
;
256
return ID == X.
FastID
;
261
return X.
FastID
.ComputeHash();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h
95
FoldingSetNodeIDRef
FastID
;
104
FastID
(ID), VTs(VT), NumVTs(Num) {
118
ID = X.
FastID
;
125
return ID == X.
FastID
;
Completed in 31 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026