Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp78 extern cl::opt<std::string> PrintBlockFreqFuncName;
206 (PrintBlockFreqFuncName.empty() || in calculate()
207 F.getName().equals(PrintBlockFreqFuncName))) { in calculate()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp85 cl::opt<std::string> PrintBlockFreqFuncName( variable
197 (PrintBlockFreqFuncName.empty() || in calculate()
198 F.getName().equals(PrintBlockFreqFuncName))) { in calculate()