OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOrInsertNode
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/ADT/
FoldingSet.h
71
/// MyNode *M = MyFoldingSet.
GetOrInsertNode
(N);
154
///
GetOrInsertNode
- If there is an existing simple Node exactly
157
Node *
GetOrInsertNode
(Node *N);
172
Node *Inserted =
GetOrInsertNode
(N);
425
///
GetOrInsertNode
- If there is an existing simple Node exactly
428
T *
GetOrInsertNode
(Node *N) {
429
return static_cast<T *>(FoldingSetImpl::
GetOrInsertNode
(N));
505
///
GetOrInsertNode
- If there is an existing simple Node exactly
508
T *
GetOrInsertNode
(Node *N) {
509
return static_cast<T *>(FoldingSetImpl::
GetOrInsertNode
(N))
[
all
...]
/external/llvm/lib/Support/
FoldingSet.cpp
358
///
GetOrInsertNode
- If there is an existing simple Node exactly
361
FoldingSetImpl::Node *FoldingSetImpl::
GetOrInsertNode
(FoldingSetImpl::Node *N) {
/external/clang/lib/AST/
DeclTemplate.cpp
244
getSpecializations().
GetOrInsertNode
(Info);
332
= getSpecializations().
GetOrInsertNode
(D);
355
= getPartialSpecializations().
GetOrInsertNode
(D);
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
182
DIEAbbrev *InSet = AbbreviationsSet.
GetOrInsertNode
(&Abbrev);
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp
692
SDNode *Existing = CSEMap.
GetOrInsertNode
(N);
[
all
...]
Completed in 1058 milliseconds