Searched refs:FirstNode (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp268 Node *FirstNode, *SecondNode; local
271 std::tie(FirstNode, FirstIsNew) = Parse(First);
272 if (!FirstNode)
275 Alloc.trackUsesOf(FirstNode);
281 if (FirstNode == SecondNode)
285 Alloc.addRemapping(FirstNode, SecondNode);
287 Alloc.addRemapping(SecondNode, FirstNode);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDIE.h557 T *FirstNode = static_cast<T *>(Other.Last->Next.getPointer());
558 T *IterNode = FirstNode;
567 } while (IterNode != FirstNode);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp570 [&](const MachineGadgetGraph::Node *N, bool FirstNode) {
571 if (!FirstNode)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DWindowsResource.cpp297 TreeNode *FirstNode = FirstIt->second.get(); local
303 " in " + InputFilenames[FirstNode->Origin] + " and " + Twine(LastLang) +

Completed in 167 milliseconds