Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DTestGraph.h167 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-15.0.7/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp254 Node *FirstNode, *SecondNode; in addEquivalence() local
257 std::tie(FirstNode, FirstIsNew) = Parse(First); in addEquivalence()
258 if (!FirstNode) in addEquivalence()
261 Alloc.trackUsesOf(FirstNode); in addEquivalence()
267 if (FirstNode == SecondNode) in addEquivalence()
271 Alloc.addRemapping(FirstNode, SecondNode); in addEquivalence()
273 Alloc.addRemapping(SecondNode, FirstNode); in addEquivalence()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDIE.h575 T *FirstNode = static_cast<T *>(Other.Last->Next.getPointer()); in takeNodes() local
576 T *IterNode = FirstNode; in takeNodes()
585 } while (IterNode != FirstNode); in takeNodes()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp570 [&](const Node *N, bool FirstNode) { in elimMitigatedEdgesAndNodes() argument
571 if (!FirstNode) in elimMitigatedEdgesAndNodes()
/llvm-project-15.0.7/llvm/lib/Object/
H A DWindowsResource.cpp295 TreeNode *FirstNode = FirstIt->second.get(); in cleanUpManifests() local
301 " in " + InputFilenames[FirstNode->Origin] + " and " + Twine(LastLang) + in cleanUpManifests()