Home
last modified time | relevance | path

Searched refs:LazyBlockFrequencyInfoPass (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyBlockFrequencyInfo.cpp26 INITIALIZE_PASS_BEGIN(LazyBlockFrequencyInfoPass, DEBUG_TYPE,
30 INITIALIZE_PASS_END(LazyBlockFrequencyInfoPass, DEBUG_TYPE,
33 char LazyBlockFrequencyInfoPass::ID = 0;
35 LazyBlockFrequencyInfoPass::LazyBlockFrequencyInfoPass() : FunctionPass(ID) { in LazyBlockFrequencyInfoPass() function in LazyBlockFrequencyInfoPass
39 void LazyBlockFrequencyInfoPass::print(raw_ostream &OS, const Module *) const { in print()
43 void LazyBlockFrequencyInfoPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
53 void LazyBlockFrequencyInfoPass::releaseMemory() { LBFI.releaseMemory(); } in releaseMemory()
55 bool LazyBlockFrequencyInfoPass::runOnFunction(Function &F) { in runOnFunction()
62 void LazyBlockFrequencyInfoPass::getLazyBFIAnalysisUsage(AnalysisUsage &AU) { in getLazyBFIAnalysisUsage()
64 AU.addRequired<LazyBlockFrequencyInfoPass>(); in getLazyBFIAnalysisUsage()
[all …]
DOptimizationRemarkEmitter.cpp97 BFI = &getAnalysis<LazyBlockFrequencyInfoPass>().getBFI(); in runOnFunction()
107 LazyBlockFrequencyInfoPass::getLazyBFIAnalysisUsage(AU); in getAnalysisUsage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLazyBlockFrequencyInfo.h100 class LazyBlockFrequencyInfoPass : public FunctionPass {
109 LazyBlockFrequencyInfoPass();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp648 &getAnalysis<LazyBlockFrequencyInfoPass>().getBFI() : in runOnFunction()
667 LazyBlockFrequencyInfoPass::getLazyBFIAnalysisUsage(AU); in getAnalysisUsage()
684 INITIALIZE_PASS_DEPENDENCY(LazyBlockFrequencyInfoPass) in INITIALIZE_PASS_BEGIN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp810 &getAnalysis<LazyBlockFrequencyInfoPass>().getBFI() : in runOnFunction()
821 LazyBlockFrequencyInfoPass::getLazyBFIAnalysisUsage(AU); in getAnalysisUsage()
882 INITIALIZE_PASS_DEPENDENCY(LazyBlockFrequencyInfoPass) in INITIALIZE_PASS_DEPENDENCY()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3677 LazyBlockFrequencyInfoPass::getLazyBFIAnalysisUsage(AU); in getAnalysisUsage()
3698 &getAnalysis<LazyBlockFrequencyInfoPass>().getBFI() : in runOnFunction()
3729 INITIALIZE_PASS_DEPENDENCY(LazyBlockFrequencyInfoPass) in INITIALIZE_PASS_DEPENDENCY()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGISel.cpp340 LazyBlockFrequencyInfoPass::getLazyBFIAnalysisUsage(AU); in getAnalysisUsage()
445 &getAnalysis<LazyBlockFrequencyInfoPass>().getBFI() : in runOnMachineFunction()