HomeSort by relevance Sort by last modified time
    Searched refs:SampleProfileFile (Results 1 - 25 of 26) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Passes/
PassBuilder.h 33 std::string SampleProfileFile = "", bool RunProfileGen = false,
36 SampleProfileFile(SampleProfileFile), RunProfileGen(RunProfileGen),
37 SamplePGOSupport(SamplePGOSupport || !SampleProfileFile.empty()) {
39 !SampleProfileFile.empty() ||
45 std::string SampleProfileFile;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Passes/
PassBuilder.h 33 std::string SampleProfileFile = "", bool RunProfileGen = false,
36 SampleProfileFile(SampleProfileFile), RunProfileGen(RunProfileGen),
37 SamplePGOSupport(SamplePGOSupport || !SampleProfileFile.empty()) {
39 !SampleProfileFile.empty() ||
45 std::string SampleProfileFile;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Passes/
PassBuilder.h 33 std::string SampleProfileFile = "", bool RunProfileGen = false,
36 SampleProfileFile(SampleProfileFile), RunProfileGen(RunProfileGen),
37 SamplePGOSupport(SamplePGOSupport || !SampleProfileFile.empty()) {
39 !SampleProfileFile.empty() ||
45 std::string SampleProfileFile;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Passes/
PassBuilder.h 33 std::string SampleProfileFile = "", bool RunProfileGen = false,
36 SampleProfileFile(SampleProfileFile), RunProfileGen(RunProfileGen),
37 SamplePGOSupport(SamplePGOSupport || !SampleProfileFile.empty()) {
39 !SampleProfileFile.empty() ||
45 std::string SampleProfileFile;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Passes/
PassBuilder.h 33 std::string SampleProfileFile = "", bool RunProfileGen = false,
36 SampleProfileFile(SampleProfileFile), RunProfileGen(RunProfileGen),
37 SamplePGOSupport(SamplePGOSupport || !SampleProfileFile.empty()) {
39 !SampleProfileFile.empty() ||
45 std::string SampleProfileFile;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Passes/
PassBuilder.h 33 std::string SampleProfileFile = "", bool RunProfileGen = false,
36 SampleProfileFile(SampleProfileFile), RunProfileGen(RunProfileGen),
37 SamplePGOSupport(SamplePGOSupport || !SampleProfileFile.empty()) {
39 !SampleProfileFile.empty() ||
45 std::string SampleProfileFile;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Passes/
PassBuilder.h 33 std::string SampleProfileFile = "", bool RunProfileGen = false,
36 SampleProfileFile(SampleProfileFile), RunProfileGen(RunProfileGen),
37 SamplePGOSupport(SamplePGOSupport || !SampleProfileFile.empty()) {
39 !SampleProfileFile.empty() ||
45 std::string SampleProfileFile;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Passes/
PassBuilder.h 33 std::string SampleProfileFile = "", bool RunProfileGen = false,
36 SampleProfileFile(SampleProfileFile), RunProfileGen(RunProfileGen),
37 SamplePGOSupport(SamplePGOSupport || !SampleProfileFile.empty()) {
39 !SampleProfileFile.empty() ||
45 std::string SampleProfileFile;
  /external/clang/include/clang/Frontend/
CodeGenOptions.h 161 std::string SampleProfileFile;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 176 std::string SampleProfileFile;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Frontend/
CodeGenOptions.h 176 std::string SampleProfileFile;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Frontend/
CodeGenOptions.h 176 std::string SampleProfileFile;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Frontend/
CodeGenOptions.h 193 std::string SampleProfileFile;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Frontend/
CodeGenOptions.h 193 std::string SampleProfileFile;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Frontend/
CodeGenOptions.h 193 std::string SampleProfileFile;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Frontend/
CodeGenOptions.h 193 std::string SampleProfileFile;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CodeGenOptions.h 176 std::string SampleProfileFile;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Frontend/
CodeGenOptions.h 176 std::string SampleProfileFile;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Frontend/
CodeGenOptions.h 176 std::string SampleProfileFile;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Frontend/
CodeGenOptions.h 193 std::string SampleProfileFile;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Frontend/
CodeGenOptions.h 193 std::string SampleProfileFile;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Frontend/
CodeGenOptions.h 193 std::string SampleProfileFile;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Frontend/
CodeGenOptions.h 193 std::string SampleProfileFile;
  /external/llvm/lib/Transforms/IPO/
SampleProfile.cpp 63 static cl::opt<std::string> SampleProfileFile(
98 SampleProfileLoader(StringRef Name = SampleProfileFile)
196 SampleProfileLoaderLegacyPass(StringRef Name = SampleProfileFile)
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 496 if (!CodeGenOpts.SampleProfileFile.empty()) {
498 MPM->add(createSampleProfileLoaderPass(CodeGenOpts.SampleProfileFile));
    [all...]

Completed in 330 milliseconds

1 2