llvm::GlobalValueSummaryMap::end

end overloads

Synopses

Declared in <llvm/IR/ModuleSummaryIndex.h>

Return an iterator past the end of the map.

iterator
end();
» more...

Return a const iterator past the end of the map.

const_iterator
end() const;
» more...

Return Value

  • An iterator past the end of the map.
  • A const iterator past the end of the map.