Searched refs:PrintBlockFreqFuncName (Results 1 – 2 of 2) sorted by relevance
77 extern cl::opt<std::string> PrintBlockFreqFuncName;204 (PrintBlockFreqFuncName.empty() || in calculate()205 F.getName().equals(PrintBlockFreqFuncName))) { in calculate()
85 cl::opt<std::string> PrintBlockFreqFuncName( variable196 (PrintBlockFreqFuncName.empty() || in calculate()197 F.getName().equals(PrintBlockFreqFuncName))) { in calculate()