Searched refs:PrintBlockFreqFuncName (Results 1 – 2 of 2) sorted by relevance
78 extern cl::opt<std::string> PrintBlockFreqFuncName;206 (PrintBlockFreqFuncName.empty() || in calculate()207 F.getName().equals(PrintBlockFreqFuncName))) { in calculate()
86 cl::opt<std::string> PrintBlockFreqFuncName( variable198 (PrintBlockFreqFuncName.empty() || in calculate()199 F.getName().equals(PrintBlockFreqFuncName))) { in calculate()