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()
85 cl::opt<std::string> PrintBlockFreqFuncName( variable197 (PrintBlockFreqFuncName.empty() || in calculate()198 F.getName().equals(PrintBlockFreqFuncName))) { in calculate()