Home
last modified time | relevance | path

Searched refs:getProfileGenName (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp129 static std::string getProfileGenName(const CodeGenOptions &CodeGenOpts) { in getProfileGenName() function
837 PGOOpt = PGOOptions(getProfileGenName(CodeGenOpts), "", "", in RunOptimizationPipeline()
886 PGOOpt->CSProfileGenFile = getProfileGenName(CodeGenOpts); in RunOptimizationPipeline()
889 PGOOpt = PGOOptions("", getProfileGenName(CodeGenOpts), "", in RunOptimizationPipeline()
1353 Conf.CSIRProfile = getProfileGenName(CGOpts); in runThinLTOBackend()