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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
InstrProfiling.h 1 //===- Transforms/Instrumentation/InstrProfiling.h --------------*- C++ -*-===//
35 class InstrProfiling : public PassInfoMixin<InstrProfiling> {
37 InstrProfiling() : IsCS(false) {}
38 InstrProfiling(const InstrProfOptions &Options, bool IsCS = false)
  /src/external/apache2/llvm/lib/libLLVMInstrumentation/
Makefile 18 InstrProfiling.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 1 //===-- InstrProfiling.cpp - Frontend instrumentation based profiling -----===//
15 #include "llvm/Transforms/Instrumentation/InstrProfiling.h"
143 InstrProfiling InstrProf;
411 PreservedAnalyses InstrProfiling::run(Module &M, ModuleAnalysisManager &AM) {
445 bool InstrProfiling::lowerIntrinsics(Function *F) {
469 bool InstrProfiling::isRuntimeCounterRelocationEnabled() const {
476 bool InstrProfiling::isCounterPromotionEnabled() const {
483 void InstrProfiling::promoteCounterLoadStores(Function *F) {
535 bool InstrProfiling::run(
617 void InstrProfiling::computeNumValueSiteCounts(InstrProfValueProfileInst *Ind)
    [all...]
  /src/lib/libc/compiler_rt/
Makefile.inc 231 InstrProfiling.c \
341 LINTFLAGS.InstrProfiling.c += -X 298 # vax
342 LINTFLAGS.InstrProfiling.c += -X 351
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp 131 #include "llvm/Transforms/Instrumentation/InstrProfiling.h"
931 MPM.addPass(InstrProfiling(Options, IsCS));
956 MPM.addPass(InstrProfiling(Options, IsCS));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
BackendUtil.cpp 72 #include "llvm/Transforms/Instrumentation/InstrProfiling.h"
640 // manually (and not via PMBuilder), since some passes (eg. InstrProfiling)
1399 MPM.addPass(InstrProfiling(*Options, false));

Completed in 55 milliseconds