Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DPGOOptions.h30 : ProfileFile(ProfileFile), CSProfileGenFile(CSProfileGenFile), in ProfileFile() function
55 std::string ProfileFile; member
/openbsd-src/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingFile.c239 static FILE *ProfileFile = NULL; variable
319 static int getProfileFileSizeForMerging(FILE *ProfileFile, in getProfileFileSizeForMerging()
349 static int mmapProfileForMerging(FILE *ProfileFile, uint64_t ProfileFileSize, in mmapProfileForMerging()
373 static int doProfileMerging(FILE *ProfileFile, int *MergeDone) { in doProfileMerging()
427 FILE *ProfileFile = NULL; in openFileForMerging() local
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp693 bool IsCS, std::string ProfileFile, in addPGOInstrPasses()
765 std::string ProfileFile, in addPGOInstrPassesForO0()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1152 const std::string ProfileFile = getFSProfileFile(TM); in addMachinePasses() local
1528 const std::string ProfileFile = getFSProfileFile(TM); in addBlockPlacement() local
/openbsd-src/gnu/llvm/llvm/tools/opt/
H A DNewPMDriver.cpp176 static cl::opt<std::string> ProfileFile("profile-file", variable