Home
last modified time | relevance | path

Searched defs:child_end (Results 1 - 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DInterval.h127 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } in child_end() function
136 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); } in child_end() function
H A DCallGraph.h421 static ChildIteratorType child_end(NodeRef N) { in child_end() function
442 static ChildIteratorType child_end(NodeRef N) { in child_end() function
H A DDDG.h448 static ChildIteratorType child_end(NodeRef N) { in child_end() function
488 static ChildIteratorType child_end(NodeRef N) { in child_end() function
H A DLoopIterator.h84 static ChildIteratorType child_end(NodeRef Node) { in child_end() function
H A DLazyCallGraph.h1245 static ChildIteratorType child_end(NodeRef N) { return (*N)->end(); } in child_end() function
1253 static ChildIteratorType child_end(NodeRef N) { return (*N)->end(); } in child_end() function
H A DLoopInfo.h1181 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end() function
1190 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end() function
H A DMemorySSA.h1158 static ChildIteratorType child_end(NodeRef N) { return N->defs_end(); } in child_end() function
1167 static ChildIteratorType child_end(NodeRef N) { return N->user_end(); } in child_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp101 static ChildIteratorType child_end(const NodeRef N) { return N->succ_end(); } in child_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DCFGDiff.h196 static ChildIteratorType child_end(NodeRef N) { in child_end() function
250 static ChildIteratorType child_end(NodeRef N) { in child_end() function
H A DDominators.h198 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end() function
H A DCFG.h304 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } in child_end() function
314 static ChildIteratorType child_end(NodeRef N) { return succ_end(N); } in child_end() function
328 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); } in child_end() function
337 static ChildIteratorType child_end(NodeRef N) { return pred_end(N); } in child_end() function
H A DModuleSummaryIndex.h1421 static ChildIteratorType child_end(NodeRef N) { in child_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineLoopInfo.h182 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end() function
191 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end() function
H A DMachineDominators.h265 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end() function
H A DMachineBasicBlock.h876 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } in child_end() function
885 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } in child_end() function
903 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); } in child_end() function
915 static ChildIteratorType child_end(NodeRef N) { return N->pred_end(); } in child_end() function
H A DScheduleDAG.h670 static ChildIteratorType child_end(NodeRef N) { in child_end() function
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dcpumap.c38 int child_end; /* Array index of the last child node */ member
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dcpumap.c38 int child_end; /* Array index of the last child node */ member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp112 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } in child_end() function
H A DBlockFrequencyInfoImpl.cpp673 static ChildIteratorType child_end(NodeRef N) { return N->succ_end(); } in child_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp428 static ChildIteratorType child_end(NodeRef N) { return N->Uses.end(); } in child_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DType.h457 static ChildIteratorType child_end(NodeRef N) { return N->subtype_end(); } in child_end() function in llvm::Type
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DArchive.cpp791 Archive::child_iterator Archive::child_end() const { in child_end() function in Archive
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1764 static ChildIteratorType child_end(const NodeRef N) { return succ_end(N); } in child_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2262 static ChildIteratorType child_end(NodeRef N) { in child_end() function

Completed in 39 milliseconds

12