Home
last modified time | relevance | path

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

/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp328 GlobalValueSummaryList::const_iterator IndexGVSummariesIter; member in __anonf8687d3e0111::IndexBitcodeWriter::iterator
358 IndexGVSummariesIter = !IsAtEnd ? IndexSummariesIter->second.begin() in iterator()
376 ++IndexGVSummariesIter; in operator ++()
377 if (IndexGVSummariesIter == IndexSummariesIter->second.end() && in operator ++()
380 IndexGVSummariesIter = IndexSummariesIter->second.begin(); in operator ++()
393 IndexGVSummariesIter->get()); in operator *()
427 return IndexGVSummariesIter == RHS.IndexGVSummariesIter; in operator ==()