Home
last modified time | relevance | path

Searched refs:CallStackIterator (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryProfileInfo.h116 struct CallStackIterator { struct
119 CallStackIterator(const NodeT *N, bool End); argument
121 bool operator==(const CallStackIterator &rhs) { return Iter == rhs.Iter; }
122 bool operator!=(const CallStackIterator &rhs) { return !(*this == rhs); }
128 CallStackIterator begin() const;
129 CallStackIterator end() const { return CallStackIterator(N, /*End*/ true); } in end()
130 CallStackIterator beginAfterSharedPrefix(CallStack &Other);
137 CallStack<NodeT, IteratorT>::CallStackIterator::CallStackIterator( in CallStackIterator() function
146 uint64_t CallStack<NodeT, IteratorT>::CallStackIterator::operator*() {
152 typename CallStack<NodeT, IteratorT>::CallStackIterator
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp229 CallStack<MDNode, MDNode::op_iterator>::CallStackIterator::CallStackIterator( in CallStackIterator() function in CallStack::op_iterator::CallStackIterator
239 CallStack<MDNode, MDNode::op_iterator>::CallStackIterator::operator*() { in operator *()