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

References

lib/Transforms/Instrumentation/ControlHeightReduction.cpp
   84   if (!CHRFunctionList.empty()) {
   85     auto FileOrErr = MemoryBuffer::getFile(CHRFunctionList);
   87       errs() << "Error: Couldn't read the chr-function-list file " << CHRFunctionList << "\n";
  445   if (!CHRModuleList.empty() || !CHRFunctionList.empty()) {