Home
last modified time | relevance | path

Searched refs:CHRModuleList (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp61 static cl::opt<std::string> CHRModuleList( variable
73 if (!CHRModuleList.empty()) { in parseCHRFilterFiles()
74 auto FileOrErr = MemoryBuffer::getFile(CHRModuleList); in parseCHRFilterFiles()
76 errs() << "Error: Couldn't read the chr-module-list file " << CHRModuleList << "\n"; in parseCHRFilterFiles()
403 if (!CHRModuleList.empty() || !CHRFunctionList.empty()) { in shouldApply()