Home
last modified time | relevance | path

Searched defs:nodes_iterator (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp91 using nodes_iterator = pointer_iterator<MachineFunction::const_iterator>; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp102 using nodes_iterator = pointer_iterator<Function::const_iterator>; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1754 using nodes_iterator = pointer_iterator<Function::const_iterator>; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2268 class nodes_iterator { class
2273 nodes_iterator(const ItTy &It2) : It(It2) {} in nodes_iterator() function in llvm::GraphTraits::nodes_iterator