reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/BackendUtil.cpp
 1019     PGOOpt = PGOOptions(CodeGenOpts.InstrProfileOutput.empty()
 1028     PGOOpt = PGOOptions(CodeGenOpts.ProfileInstrumentUsePath, "",
 1033     PGOOpt =
 1039     PGOOpt = PGOOptions("", "", "", PGOOptions::NoAction,
 1047     if (PGOOpt.hasValue()) {
 1048       assert(PGOOpt->Action != PGOOptions::IRInstr &&
 1049              PGOOpt->Action != PGOOptions::SampleUse &&
 1052       PGOOpt->CSProfileGenFile = CodeGenOpts.InstrProfileOutput.empty()
 1055       PGOOpt->CSAction = PGOOptions::CSIRInstr;
 1057       PGOOpt = PGOOptions("",
 1076   PassBuilder PB(TM.get(), PTO, PGOOpt, &PIC);
 1132       if (PGOOpt && (PGOOpt->Action == PGOOptions::IRInstr ||
 1132       if (PGOOpt && (PGOOpt->Action == PGOOptions::IRInstr ||
 1133                      PGOOpt->Action == PGOOptions::IRUse))
 1136             /* RunProfileGen */ (PGOOpt->Action == PGOOptions::IRInstr),
 1137             /* IsCS */ false, PGOOpt->ProfileFile,
 1138             PGOOpt->ProfileRemappingFile);