Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DRDFGraph.h507 NodeAddr<RefNode*> getNextRef(RegisterRef RR, Predicate P, bool NextOnly,
801 bool NextOnly, const DataFlowGraph &G) { in getNextRef() argument
811 if (NextOnly) in getNextRef()
/external/llvm-project/llvm/include/llvm/CodeGen/
DRDFGraph.h553 NodeAddr<RefNode*> getNextRef(RegisterRef RR, Predicate P, bool NextOnly,
884 bool NextOnly, const DataFlowGraph &G) { in getNextRef() argument
894 if (NextOnly) in getNextRef()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.h553 NodeAddr<RefNode*> getNextRef(RegisterRef RR, Predicate P, bool NextOnly,
888 bool NextOnly, const DataFlowGraph &G) { in getNextRef() argument
898 if (NextOnly) in getNextRef()
/external/python/cpython2/Lib/test/
Dtest_collections.py409 class NextOnly: class
413 self.assertNotIsInstance(NextOnly(), Iterator)
/external/python/cpython3/Lib/test/
Dtest_collections.py1125 class NextOnly: class
1129 self.assertNotIsInstance(NextOnly(), Iterator)