LLVM API Documentation

llvm::ProfileInfoLoader Member List

This is the complete list of members for llvm::ProfileInfoLoader, including all inherited members.

Edge typedefllvm::ProfileInfoLoader
getBBTrace(std::vector< BasicBlock * > &Trace)llvm::ProfileInfoLoader
getBlockCounts(std::vector< std::pair< BasicBlock *, unsigned > > &Counts)llvm::ProfileInfoLoader
getEdgeCounts(std::vector< std::pair< Edge, unsigned > > &Counts)llvm::ProfileInfoLoader
getExecution(unsigned i) constllvm::ProfileInfoLoader [inline]
getFunctionCounts(std::vector< std::pair< Function *, unsigned > > &Counts)llvm::ProfileInfoLoader
getNumExecutions() constllvm::ProfileInfoLoader [inline]
hasAccurateBlockCounts() constllvm::ProfileInfoLoader [inline]
hasAccurateEdgeCounts() constllvm::ProfileInfoLoader [inline]
ProfileInfoLoader(const char *ToolName, const std::string &Filename, Module &M)llvm::ProfileInfoLoader