Searched refs:getLastProfileSampleUseArg (Results 1 – 3 of 3) sorted by relevance
85 llvm::opt::Arg *getLastProfileSampleUseArg(const llvm::opt::ArgList &Args);
572 if (Arg *A = getLastProfileSampleUseArg(Args)) { in addLTOOptions()1094 Arg *tools::getLastProfileSampleUseArg(const ArgList &Args) { in getLastProfileSampleUseArg() function in tools
805 if (Arg *ProfileSampleUseArg = getLastProfileSampleUseArg(Args)) in addPGOAndCoverageFlags()5970 if (Arg *A = getLastProfileSampleUseArg(Args)) { in ConstructJob()