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

/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp253 Node *FirstNode, *SecondNode; local
256 std::tie(FirstNode, FirstIsNew) = Parse(First);
257 if (!FirstNode)
260 Alloc.trackUsesOf(FirstNode);
266 if (FirstNode == SecondNode)
270 Alloc.addRemapping(FirstNode, SecondNode);
272 Alloc.addRemapping(SecondNode, FirstNode);
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DDIE.h575 T *FirstNode = static_cast<T *>(Other.Last->Next.getPointer());
576 T *IterNode = FirstNode;
585 } while (IterNode != FirstNode);
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp569 [&](const Node *N, bool FirstNode) {
570 if (!FirstNode)
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp295 TreeNode *FirstNode = FirstIt->second.get(); local
301 " in " + InputFilenames[FirstNode->Origin] + " and " + Twine(LastLang) +

Completed in 132 milliseconds