Home
last modified time | relevance | path

Searched defs:NewChild (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp514 auto NewChild = createDataNode(MajorVersion, MinorVersion, Characteristics, in addDataChild() local
525 auto NewChild = createIDNode(); in addIDChild() local
540 auto NewChild = createStringNode(StringTable.size()); in addNameChild() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h289 LoopT *NewChild) { in replaceChildLoopWith()
H A DLoopInfo.h412 void addChildLoop(LoopT *NewChild) { in addChildLoop()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2070 TreePatternNodePtr NewChild = ArgMap[Child->getName()]; in SubstituteFormalArguments() local
2120 [&](const TreePatternNodePtr &NewChild) { in InlinePatternFragments()