Searched refs:SampleUse (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/opt/
H A DNewPMDriver.h46 SampleUse enumerator in enum:llvm::opt_tool::PGOKind
H A DNewPMDriver.cpp228 case SampleUse:
230 PGOOptions::SampleUse);
241 P->Action == PGOOptions::SampleUse))
242 errs() << "CSPGOKind cannot be used with IRInstr or SampleUse";
H A Dopt.cpp295 clEnumValN(SampleUse, "pgo-sample-use-pipeline",
419 case SampleUse:
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassBuilder.h34 enum PGOAction { NoAction, IRInstr, IRUse, SampleUse }; enumerator in enum:llvm::PGOOptions::PGOAction
42 SamplePGOSupport(SamplePGOSupport || Action == SampleUse) {
46 // If there is a CSAction, PGOAction cannot be IRInstr or SampleUse.
48 (this->Action != IRInstr && this->Action != SampleUse));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp488 PGOOpt->Action != PGOOptions::SampleUse) &&
564 PGOOpt->Action == PGOOptions::SampleUse))
678 bool HasSampleProfile = PGOOpt && (PGOOpt->Action == PGOOptions::SampleUse);
825 PGOOpt->Action == PGOOptions::SampleUse)
1170 if (PGOOpt && PGOOpt->Action == PGOOptions::SampleUse) {
1201 true /* InLTO */, PGOOpt && PGOOpt->Action == PGOOptions::SampleUse));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp163 PGOOptions::SampleUse, PGOOptions::NoCSAction, true);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1031 CodeGenOpts.ProfileRemappingFile, PGOOptions::SampleUse,
1045 PGOOpt->Action != PGOOptions::SampleUse &&
1046 "Cannot run CSProfileGen pass with ProfileGen or SampleUse "

Completed in 123 milliseconds