|
LLVM
8.0.1
|
#include "llvm/Transforms/IPO/SyntheticCountsPropagation.h"


Public Member Functions | |
| PreservedAnalyses | run (Module &M, ModuleAnalysisManager &MAM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< SyntheticCountsPropagation > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Definition at line 13 of file SyntheticCountsPropagation.h.
| PreservedAnalyses SyntheticCountsPropagation::run | ( | Module & | M, |
| ModuleAnalysisManager & | MAM | ||
| ) |
Definition at line 98 of file SyntheticCountsPropagation.cpp.
References llvm::PreservedAnalyses::all(), assert(), llvm::AMDGPUISD::BFI, F(), llvm::CallSiteBase< FunTy, BBTy, ValTy, UserTy, UseTy, InstrTy, CallTy, InvokeTy, IterTy >::getCaller(), llvm::CallGraphNode::getFunction(), llvm::CallSiteBase< FunTy, BBTy, ValTy, UserTy, UseTy, InstrTy, CallTy, InvokeTy, IterTy >::getInstruction(), llvm::Instruction::getParent(), llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), initializeCounts(), llvm::GlobalValue::isDeclaration(), N, llvm::None, llvm::Function::PCT_Synthetic, and llvm::SyntheticCountsUtils< CallGraphType >::propagate().
1.8.13