Searched refs:FirstNode (Results 1 – 9 of 9) sorted by relevance
| /llvm-project/llvm/unittests/ADT/ |
| H A D | TestGraph.h | 167 NodeType *FirstNode; variable 174 ChildIterator(NodeType *F, NodeSubset C) : FirstNode(F), Children(C) {} in ChildIterator() 183 return other.FirstNode == this->FirstNode && 216 return FirstNode + i;
|
| /llvm-project/llvm/lib/ProfileData/ |
| H A D | ItaniumManglingCanonicalizer.cpp | 255 Node *FirstNode, *SecondNode; in addEquivalence() local 258 std::tie(FirstNode, FirstIsNew) = Parse(First); in addEquivalence() 259 if (!FirstNode) in addEquivalence() 262 Alloc.trackUsesOf(FirstNode); in addEquivalence() 268 if (FirstNode == SecondNode) in addEquivalence() 272 Alloc.addRemapping(FirstNode, SecondNode); in addEquivalence() 274 Alloc.addRemapping(SecondNode, FirstNode); in addEquivalence()
|
| /llvm-project/compiler-rt/lib/ctx_profile/ |
| H A D | CtxInstrProfiling.cpp | 252 Root->FirstNode = allocContextNode(M->tryBumpAllocate(Needed), Guid, in setupContext() 265 onContextEnter(*Root->FirstNode); in __llvm_ctx_profile_start_context() 266 return Root->FirstNode; in __llvm_ctx_profile_start_context() 292 resetContextNode(*Root->FirstNode); in __llvm_ctx_profile_start_collection() 311 if (!Writer(Data, *Root->FirstNode)) in __llvm_ctx_profile_fetch()
|
| H A D | CtxInstrProfiling.h | 80 ContextNode *FirstNode = nullptr; member
|
| /llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 583 T *FirstNode = static_cast<T *>(Other.Last->Next.getPointer()); in takeNodes() local 584 T *IterNode = FirstNode; in takeNodes() 593 } while (IterNode != FirstNode); in takeNodes()
|
| /llvm-project/llvm/lib/Target/X86/ |
| H A D | X86LoadValueInjectionLoadHardening.cpp | 566 [&](const Node *N, bool FirstNode) { in elimMitigatedEdgesAndNodes() 567 if (!FirstNode) in elimMitigatedEdgesAndNodes() argument
|
| /llvm-project/llvm/lib/Object/ |
| H A D | WindowsResource.cpp | 296 TreeNode *FirstNode = FirstIt->second.get(); in cleanUpManifests() local 302 " in " + InputFilenames[FirstNode->Origin] + " and " + Twine(LastLang) + in cleanUpManifests()
|
| /llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | MemProfContextDisambiguation.cpp | 1581 ContextNode *FirstNode = getNodeForStackId(Ids[0]); in getMemProfFuncName() 1582 assert(FirstNode); 1585 // This updates context ids for FirstNode's callee's to reflect those in getLabel() 1587 connectNewNode(NewNode, FirstNode, /*TowardsCallee=*/true, SavedContextIds); in getLabel() 1590 // This updates context ids for FirstNode's caller's to reflect those 1269 ContextNode *FirstNode = getNodeForStackId(Ids[0]); assignStackNodesPostOrder() local
|
| /llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 369 std::unique_ptr<RematNode> FirstNode = std::make_unique<RematNode>(I); RematGraph() local
|