Home
last modified time | relevance | path

Searched refs:FirstNode (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp255 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()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp268 Root->FirstNode = allocContextNode(M->tryBumpAllocate(Needed), Guid, in setupContext()
301 onContextEnter(*Root->FirstNode); in tryStartContextGivenRoot()
302 return Root->FirstNode; in tryStartContextGivenRoot()
439 resetContextNode(*Root->FirstNode); in __llvm_ctx_profile_start_collection()
479 *Root->FirstNode, Root->FirstUnhandledCalleeNode, in __llvm_ctx_profile_fetch()
H A DCtxInstrProfiling.h80 ContextNode *FirstNode = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DMaterializationUtils.cpp58 std::unique_ptr<RematNode> FirstNode = std::make_unique<RematNode>(I); in RematGraph() local
59 EntryNode = FirstNode.get(); in RematGraph()
61 addNode(std::move(FirstNode), WorkList, cast<User>(I)); in RematGraph()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h530 SUnit *FirstNode = Nodes[0]; in NodeSet() local
538 if (PI.getSrc() != FirstNode || !PI.isOrderDep() || in NodeSet()
541 unsigned &First = SUnitToDistance[FirstNode]; in NodeSet()
H A DDIE.h592 T *FirstNode = static_cast<T *>(Other.Last->Next.getPointer()); in takeNodes() local
593 T *IterNode = FirstNode; in takeNodes()
602 } while (IterNode != FirstNode); in takeNodes()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp565 [&](const Node *N, bool FirstNode) { in elimMitigatedEdgesAndNodes() argument
566 if (!FirstNode) in elimMitigatedEdgesAndNodes()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Ddttable2.c1934 BOOLEAN FirstNode = TRUE; in DtCompileRhct() local
2006 if (FirstNode) in DtCompileRhct()
2009 FirstNode = FALSE; in DtCompileRhct()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp296 TreeNode *FirstNode = FirstIt->second.get(); in cleanUpManifests() local
302 " in " + InputFilenames[FirstNode->Origin] + " and " + Twine(LastLang) + in cleanUpManifests()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1728 ContextNode *FirstNode = getNodeForStackId(Ids[0]); in assignStackNodesPostOrder() local
1729 assert(FirstNode); in assignStackNodesPostOrder()
1734 connectNewNode(NewNode, FirstNode, /*TowardsCallee=*/true, SavedContextIds); in assignStackNodesPostOrder()