Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominators.h162 using ChildIteratorType = ChildIterator; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h41 using ChildIteratorType = typename GraphTraits<NodeTy *>::ChildIteratorType; member
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h85 using ChildIteratorType = ::clang::CFGBlock::const_succ_reverse_iterator; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h71 using ChildIteratorType = member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp92 using ChildIteratorType = MachineBasicBlock::const_succ_iterator; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h356 using ChildIteratorType = nodes_iterator; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DMaterializationUtils.cpp143 using ChildIteratorType = RematGraph::RematNode **; typedef
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1651 struct ChildIteratorType struct
1656 ChildIteratorType(CompMapIt I) in ChildIteratorType() function
1659 NodeRef operator*() const { return wrapped()->second; } in operator *()
/freebsd/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
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp466 using ChildIteratorType = llvm::SetVector<ModuleFile *>::const_iterator; typedef
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp196 using ChildIteratorType = typename Traits::ChildIteratorType; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp158 using ChildIteratorType = typedef
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp1215 using ChildIteratorType = SplitGraphEdgeDstIterator; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp840 using ChildIteratorType = SmallVectorImpl<ArgumentGraphNode *>::iterator; typedef
H A DMemProfContextDisambiguation.cpp3092 using ChildIteratorType = typedef
3123 using ChildIteratorType = typename GTraits::ChildIteratorType; typedef
H A DAttributor.cpp4133 using ChildIteratorType = typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2463 using ChildIteratorType = const_succ_iterator; typedef
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp2110 using ChildIteratorType = DisplayNode::ChildIterator; typedef
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5177 struct ChildIteratorType struct
5180 ContainerTy &VectorizableTree;
5182 ChildIteratorType(SmallVector<BoUpSLP::EdgeInfo, 1>::iterator W, in ChildIteratorType() function
5186 NodeRef operator*() { return I->UserTE; } in operator *()