LLVM API Documentation
Edge typedef | llvm::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) const | llvm::ProfileInfoLoader | [inline] |
getFunctionCounts(std::vector< std::pair< Function *, unsigned > > &Counts) | llvm::ProfileInfoLoader | |
getNumExecutions() const | llvm::ProfileInfoLoader | [inline] |
hasAccurateBlockCounts() const | llvm::ProfileInfoLoader | [inline] |
hasAccurateEdgeCounts() const | llvm::ProfileInfoLoader | [inline] |
ProfileInfoLoader(const char *ToolName, const std::string &Filename, Module &M) | llvm::ProfileInfoLoader |