Home
last modified time | relevance | path

Searched defs:ProfileFile (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDPGOOptions.cpp14 PGOOptions::PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, in PGOOptions()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDInstrProfilingFile.c285 static FILE *ProfileFile = NULL; variable
365 static int getProfileFileSizeForMerging(FILE *ProfileFile, in getProfileFileSizeForMerging()
395 static int mmapProfileForMerging(FILE *ProfileFile, uint64_t ProfileFileSize, in mmapProfileForMerging()
419 static int doProfileMerging(FILE *ProfileFile, int *MergeDone) { in doProfileMerging()
473 FILE *ProfileFile = getProfileFile(); in openFileForMerging() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDPGOOptions.h43 std::string ProfileFile; member
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetPassConfig.cpp1129 const std::string ProfileFile = getFSProfileFile(TM); in addMachinePasses() local
1238 const std::string ProfileFile = getFSProfileFile(TM); in addMachinePasses() local
1526 const std::string ProfileFile = getFSProfileFile(TM); in addBlockPlacement() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
HDPassBuilderPipelines.cpp827 std::string ProfileFile, in addPGOInstrPasses()
865 bool AtomicCounterUpdate, std::string ProfileFile, in addPGOInstrPassesForO0()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/opt/
HDNewPMDriver.cpp177 static cl::opt<std::string> ProfileFile("profile-file", variable