Home
last modified time | relevance | path

Searched refs:getNodes (Results 1 – 25 of 39) sorted by relevance

12

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.cpp30 assert(!Func->getNodes().empty()); in instrumentFunc()
37 Context.init(Func->getNodes().front()); in instrumentFunc()
38 for (CfgNode *Node : Func->getNodes()) { in instrumentFunc()
DIceLiveness.cpp65 for (auto I = FirstNode, E = Func->getNodes().end(); I != E; ++I) { in initInternal()
111 for (auto I = FirstNode, E = Func->getNodes().end(); I != E; ++I) { in initInternal()
124 NodeList::const_iterator FirstNode = Func->getNodes().begin(); in init()
DIceLoopAnalyzer.cpp145 const NodeList &Nodes = Func->getNodes(); in LoopAnalyzer()
160 assert(AllNodes.size() == Func->getNodes().size()); in computeLoopNestDepth()
271 CfgNode *Cur = Func->getNodes()[NodeIndex]; in ComputeLoopInfo()
DIceCfg.cpp79 for (CfgNode *Node : getNodes()) { in getFunctionNameAndSize()
501 for (CfgNode *Node : getNodes()) { in localCSE()
683 auto NodeStack = this->getNodes(); in shortCircuitJumps()
746 for (CfgNode *Node : getNodes()) { in floatConstantCSE()
1096 for (CfgNode *Node : getNodes()) { in findRematerializable()
DIceCfg.h95 const NodeList &getNodes() const { return Nodes; } in getNodes() function
DIceVariableSplitting.cpp517 for (CfgNode *Node : Func->getNodes()) { in splitBlockLocalVariables()
DIceRegAlloc.cpp147 for (CfgNode *Node : Func->getNodes()) { in initForGlobal()
219 for (CfgNode *Node : Func->getNodes()) { in initForInfOnly()
DIceTargetLowering.cpp352 for (CfgNode *Node : Func->getNodes()) { in genTargetHelperCalls()
772 for (CfgNode *Node : Func->getNodes()) { in getVarStackSlotParams()
/external/llvm-project/lld/include/lld/Core/
DLinkingContext.h136 std::vector<std::unique_ptr<Node>> &getNodes() { return _nodes; } in getNodes() function
137 const std::vector<std::unique_ptr<Node>> &getNodes() const { return _nodes; } in getNodes() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDDG.cpp43 for (const DDGNode *PN : cast<const PiBlockDDGNode>(this)->getNodes()) { in collectInstructions()
85 auto &Nodes = cast<const PiBlockDDGNode>(&N)->getNodes(); in operator <<()
235 for (DDGNode *NI : Pi->getNodes()) in addNode()
/external/guice/extensions/grapher/src/com/google/inject/grapher/
DNodeCreator.java30 Iterable<Node> getNodes(Iterable<Binding<?>> bindings); in getNodes() method
DDefaultNodeCreator.java40 public Iterable<Node> getNodes(Iterable<Binding<?>> bindings) { in getNodes() method in DefaultNodeCreator
DAbstractInjectorGrapher.java113 createNodes(nodeCreator.getNodes(bindings), aliases); in graph()
/external/antlr/runtime/ObjC/Framework/
DBufferedTreeNodeStream.h88 @property (retain, getter=getNodes, setter=setNodes:) AMutableArray *nodes;
153 - (AMutableArray *) getNodes;
DBufferedTreeNodeStream.m49 nodes = [theStream getNodes];
541 - (AMutableArray *) getNodes
/external/llvm-project/llvm/lib/Analysis/
DDDG.cpp48 for (const DDGNode *PN : cast<const PiBlockDDGNode>(this)->getNodes()) { in collectInstructions()
90 auto &Nodes = cast<const PiBlockDDGNode>(&N)->getNodes(); in operator <<()
240 for (DDGNode *NI : Pi->getNodes()) in addNode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDDG.h193 const PiNodeList &getNodes() const { in getNodes() function
197 PiNodeList &getNodes() { in getNodes() function
199 static_cast<const PiBlockDDGNode *>(this)->getNodes()); in getNodes()
388 return PiNode->getNodes(); in getNodesInPiBlock()
/external/llvm-project/llvm/include/llvm/Analysis/
DDDG.h195 const PiNodeList &getNodes() const { in getNodes() function
199 PiNodeList &getNodes() { in getNodes() function
201 static_cast<const PiBlockDDGNode *>(this)->getNodes()); in getNodes()
396 return PiNode->getNodes(); in getNodesInPiBlock()
/external/llvm-project/lld/unittests/DriverTests/
DDarwinLdDriverTest.cpp32 int inputFileCount() { return _ctx.getNodes().size(); } in inputFileCount()
35 Node &node = *_ctx.getNodes()[index]; in inputFile()
/external/testng/src/main/java/org/testng/internal/
DGraph.java77 private Collection<Node<T>> getNodes() { in getNodes() method in Graph
110 for (Node<T> n : getNodes()) { in topologicalSort()
/external/llvm-project/lld/lib/Driver/
DDarwinLdDriver.cpp163 ctx.getNodes().push_back(std::make_unique<FileNode>(std::move(file))); in addFile()
1125 if (ctx.getNodes().empty()) { in parse()
1141 auto &members = ctx.getNodes(); in createFiles()
1164 if (ctx.getNodes().empty()) in link()
1167 for (std::unique_ptr<Node> &ie : ctx.getNodes()) in link()
1189 auto &members = ctx.getNodes(); in link()
/external/swiftshader/src/Reactor/
DOptimizer.cpp303 for(Ice::CfgNode *basicBlock : function->getNodes()) in eliminateDeadCode()
388 for(Ice::CfgNode *block : function->getNodes()) in optimizeSingleBasicBlockLoadsStores()
465 for(Ice::CfgNode *basicBlock : function->getNodes()) in analyzeUses()
755 for(auto *basicBlock : function->getNodes()) in collectDiagnostics()
/external/llvm-project/lld/lib/Core/
DResolver.cpp183 std::vector<std::unique_ptr<Node>> &inputs = _ctx.getNodes(); in undefinesAdded()
192 std::vector<std::unique_ptr<Node>> &inputs = _ctx.getNodes(); in getFile()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachOLinkingContext.cpp174 auto &nodes = getNodes(); in ~MachOLinkingContext()
813 getNodes().push_back(std::make_unique<FileNode>(std::move(sectCreateFile))); in addSectCreateSection()
1022 std::vector<std::unique_ptr<Node>> &elements = getNodes(); in finalizeInputFiles()
/external/llvm-project/lld/include/lld/ReaderWriter/
DMachOLinkingContext.h104 ctx->getNodes().push_back(std::make_unique<FileNode>(std::move(file))); in make_file()

12