Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCallGraph.h86 typedef llvm::SetVector<CallGraphNode *>::iterator nodes_iterator; typedef
/external/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp57 typedef MachineFunction::const_iterator nodes_iterator; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp91 using nodes_iterator = pointer_iterator<MachineFunction::const_iterator>; typedef
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp65 typedef Function::const_iterator nodes_iterator; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp102 using nodes_iterator = pointer_iterator<Function::const_iterator>; typedef
/external/clang/lib/Serialization/
DModuleManager.cpp439 typedef ModuleManager::ModuleConstIterator nodes_iterator; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp1634 using nodes_iterator = pointer_iterator<Function::const_iterator>; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1275 using nodes_iterator = pointer_iterator<std::vector<TreeEntry>::iterator>; typedef