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

References

lib/LTO/LTOBackend.cpp
  161   else if (Conf.RunCSIRInstr) {
  288   PMB.EnablePGOCSInstrGen = Conf.RunCSIRInstr;
  289   if (!Conf.RunCSIRInstr && !Conf.CSIRProfile.empty()) {
tools/clang/lib/CodeGen/BackendUtil.cpp
 1445     Conf.RunCSIRInstr = true;
 1448     Conf.RunCSIRInstr = false;
tools/gold/gold-plugin.cpp
  911   Conf.RunCSIRInstr = options::cs_pgo_gen;
tools/lld/ELF/LTO.cpp
  112   c.RunCSIRInstr = config->ltoCSProfileGenerate;
tools/llvm-lto2/llvm-lto2.cpp
  241   Conf.RunCSIRInstr = RunCSIRInstr;