Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp641 auto ToNode = Item.To; in processWorkListItem() local
643 auto NodeInfo = Graph.getNode(ToNode); in processWorkListItem()
655 auto ToNodeBelow = getNodeBelow(Graph, ToNode); in processWorkListItem()
693 if (auto AliasSet = MemSet.getMemoryAliases(ToNode)) { in processWorkListItem()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp853 auto ToNode = lookupInMemoryNode(*this, Root.get(), ToPath); in addHardLink() local
856 if (!ToNode || FromNode || !isa<detail::InMemoryFile>(*ToNode)) in addHardLink()
859 cast<detail::InMemoryFile>(*ToNode)); in addHardLink()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1685 TiXmlNode* ToNode() const { return node; } in ToNode() function
1699 TiXmlNode* Node() const { return ToNode(); } in Node()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1685 TiXmlNode* ToNode() const { return node; } in ToNode() function
1699 TiXmlNode* Node() const { return ToNode(); } in Node()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp8169 SDNode *ToNode = To.getNode(); in transferDbgValues() local
8170 assert(FromNode && ToNode && "Can't modify dbg values"); in transferDbgValues()
8175 if (From == To || FromNode == ToNode) in transferDbgValues()
8210 Var, Expr, ToNode, To.getResNo(), Dbg->isIndirect(), Dbg->getDebugLoc(), in transferDbgValues()
8211 std::max(ToNode->getIROrder(), Dbg->getOrder())); in transferDbgValues()
8222 AddDbgValue(Dbg, ToNode, false); in transferDbgValues()