Home
last modified time | relevance | path

Searched refs:pointer_iterator (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Diterator.h344 class pointer_iterator
346 pointer_iterator<WrappedIteratorT, T>, WrappedIteratorT,
352 pointer_iterator() = default;
354 explicit pointer_iterator(WrappedIteratorT u) in pointer_iterator() function
355 : pointer_iterator::iterator_adaptor_base(std::move(u)) {} in pointer_iterator()
362 iterator_range<pointer_iterator<WrappedIteratorT>>
364 using PointerIteratorT = pointer_iterator<WrappedIteratorT>; in make_pointer_range()
374 pointer_iterator<pointee_iterator<WrappedIteratorT, T1>, T2>;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineCFGPrinter.h38 using nodes_iterator = pointer_iterator<MachineFunction::const_iterator>;
H A DMachineFunction.h1399 using nodes_iterator = pointer_iterator<MachineFunction::iterator>;
1416 using nodes_iterator = pointer_iterator<MachineFunction::const_iterator>;
H A DScheduleDAG.h707 typedef pointer_iterator<std::vector<SUnit>::iterator> nodes_iterator;
H A DSelectionDAG.h2457 using nodes_iterator = pointer_iterator<SelectionDAG::allnodes_iterator>;
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCFG.h354 using nodes_iterator = pointer_iterator<Function::iterator>;
371 using nodes_iterator = pointer_iterator<Function::const_iterator>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp93 using nodes_iterator = pointer_iterator<MachineFunction::const_iterator>;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp102 using nodes_iterator = pointer_iterator<Function::const_iterator>;
H A DMemorySSA.cpp2302 using nodes_iterator = pointer_iterator<Function::const_iterator>;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp282 using nodes_iterator = pointer_iterator<Function::const_iterator>;
H A DPGOInstrumentation.cpp2350 using nodes_iterator = pointer_iterator<Function::const_iterator>;
H A DDataFlowSanitizer.cpp1320 auto ArgIt = pointer_iterator<Argument *>(NewF->arg_begin()); in buildWrapperFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h112 using nodes_iterator = pointer_iterator<Function::const_iterator>;