Home
last modified time | relevance | path

Searched defs:ChildIteratorType (Results 1 – 18 of 18) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h41 using ChildIteratorType = typename GraphTraits<NodeTy *>::ChildIteratorType; member
/src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h85 using ChildIteratorType = ::clang::CFGBlock::const_succ_reverse_iterator; member
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h71 using ChildIteratorType = member
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h325 using ChildIteratorType = nodes_iterator; member
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h331 using ChildIteratorType = ChildIterator; member
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp92 using ChildIteratorType = MachineBasicBlock::const_succ_iterator; typedef
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp101 using ChildIteratorType = const_succ_iterator; typedef
H A DBlockFrequencyInfoImpl.cpp676 using ChildIteratorType = GraphT::IrrNode::iterator; typedef
/src/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp463 using ChildIteratorType = llvm::SetVector<ModuleFile *>::const_iterator; typedef
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp197 using ChildIteratorType = typename Traits::ChildIteratorType; typedef
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp120 using ChildIteratorType = typedef
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp589 using ChildIteratorType = SmallVectorImpl<ArgumentGraphNode *>::iterator; typedef
H A DMemProfContextDisambiguation.cpp2355 using ChildIteratorType = typedef
2377 using ChildIteratorType = typename GTraits::ChildIteratorType; typedef
H A DAttributor.cpp4143 using ChildIteratorType = typedef
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2349 using ChildIteratorType = const_succ_iterator; typedef
/src/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2117 using ChildIteratorType = DisplayNode::ChildIterator; typedef
/src/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp440 using ChildIteratorType = RematGraph::RematNode **; typedef
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4036 struct ChildIteratorType struct
4039 ContainerTy &VectorizableTree;
4041 ChildIteratorType(SmallVector<BoUpSLP::EdgeInfo, 1>::iterator W, in ChildIteratorType() function
4045 NodeRef operator*() { return I->UserTE; } in operator *()