HomeSort by relevance Sort by last modified time
    Searched refs:InstrProf (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 21 #include "llvm/ProfileData/InstrProf.h"
26 #define DEBUG_TYPE "instrprof"
49 InstrProfiling InstrProf;
53 InstrProfilingLegacyPass() : ModulePass(ID), InstrProf() {}
55 : ModulePass(ID), InstrProf(Options) {}
60 bool runOnModule(Module &M) override { return InstrProf.run(M); }
77 INITIALIZE_PASS(InstrProfilingLegacyPass, "instrprof",
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
ProfileSummaryInfoTest.cpp 129 auto M = makeLLVMModule("InstrProf");
146 TEST_F(ProfileSummaryInfoTest, InstrProf) {
147 auto M = makeLLVMModule("InstrProf");
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
InstrProfiling.cpp 40 #include "llvm/ProfileData/InstrProf.h"
56 #define DEBUG_TYPE "instrprof"
140 InstrProfiling InstrProf;
147 : ModulePass(ID), InstrProf(Options) {}
154 return InstrProf.run(M, getAnalysis<TargetLibraryInfoWrapperPass>().getTLI());
355 InstrProfilingLegacyPass, "instrprof",
359 InstrProfilingLegacyPass, "instrprof",
    [all...]
  /external/swiftshader/third_party/llvm-7.0/
Android.mk 552 llvm/lib/ProfileData/InstrProf.cpp \
    [all...]

Completed in 103 milliseconds