HomeSort by: relevance | last modified time | path
    Searched refs:SampleProfileLoaderBaseImpl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SampleProfileLoaderBaseImpl.h 77 template <typename BT> class SampleProfileLoaderBaseImpl {
79 SampleProfileLoaderBaseImpl(std::string Name) : Filename(Name) {}
106 ~SampleProfileLoaderBaseImpl() = default;
202 void SampleProfileLoaderBaseImpl<BT>::clearFunctionData() {
222 void SampleProfileLoaderBaseImpl<BT>::printEdgeWeight(raw_ostream &OS, Edge E) {
232 void SampleProfileLoaderBaseImpl<BT>::printBlockEquivalence(
244 void SampleProfileLoaderBaseImpl<BT>::printBlockWeight(
265 SampleProfileLoaderBaseImpl<BT>::getInstWeight(const InstructionT &Inst) {
271 SampleProfileLoaderBaseImpl<BT>::getInstWeightImpl(const InstructionT &Inst) {
320 SampleProfileLoaderBaseImpl<BT>::getBlockWeight(const BasicBlockT *BB)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
SampleProfile.cpp 86 #include "llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h"
348 : public SampleProfileLoaderBaseImpl<BasicBlock> {
355 : SampleProfileLoaderBaseImpl(std::string(Name)),

Completed in 18 milliseconds