Home
last modified time | relevance | path

Searched defs:NextNode (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
Dilist_node.h161 inline NodeType* IntrusiveNodeBase<NodeType>::NextNode() const { in NextNode() function
/third_party/skia/third_party/externals/spirv-tools/source/util/
Dilist_node.h161 inline NodeType* IntrusiveNodeBase<NodeType>::NextNode() const { in NextNode() function
/third_party/spirv-tools/source/util/
Dilist_node.h161 inline NodeType* IntrusiveNodeBase<NodeType>::NextNode() const { in NextNode() function
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dstack_frame.h77 AnfNodePtr &NextNode() { in NextNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp931 void CfgNode::doBranchOpt(const CfgNode *NextNode) { in doBranchOpt()
DIceCfg.cpp1606 auto NextNode = I + 1; in doBranchOpt() local
DIceInstMIPS32.cpp108 bool InstMIPS32Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
DIceInstX8664.cpp162 bool InstX86Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
DIceInstARM32.cpp490 bool InstARM32Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
DIceInstX8632.cpp174 bool InstX86Br::optimizeBranch(const CfgNode *NextNode) { in optimizeBranch()
DIceTargetLoweringMIPS32.cpp997 bool TargetMIPS32::doBranchOpt(Inst *Instr, const CfgNode *NextNode) { in doBranchOpt()
DIceTargetLoweringX8664.cpp771 bool TargetX8664::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt()
DIceTargetLoweringARM32.cpp1020 bool TargetARM32::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt()
DIceTargetLoweringX8632.cpp761 bool TargetX8632::doBranchOpt(Inst *I, const CfgNode *NextNode) { in doBranchOpt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOutliner.cpp385 SuffixTreeNode *NextNode = Active.Node->Children[FirstChar]; in extend() local