Searched refs:ViewBlockFreqFuncName (Results 1 – 5 of 5) sorted by relevance
99 extern cl::opt<std::string> ViewBlockFreqFuncName;383 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()384 MF.getFunction().getName() == ViewBlockFreqFuncName)) { in runOnMachineFunction()394 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()395 MF.getFunction().getName() == ViewBlockFreqFuncName)) { in runOnMachineFunction()
66 extern cl::opt<std::string> ViewBlockFreqFuncName;238 (ViewBlockFreqFuncName.empty() || F.getName() == ViewBlockFreqFuncName)) { in calculate()
246 extern cl::opt<std::string> ViewBlockFreqFuncName;3668 (ViewBlockFreqFuncName.empty() || in run()3669 F->getFunction().getName() == ViewBlockFreqFuncName)) { in run()
51 ViewBlockFreqFuncName("view-bfi-func-name", cl::Hidden, variable191 (ViewBlockFreqFuncName.empty() || F.getName() == ViewBlockFreqFuncName)) { in calculate()
357 extern cl::opt<std::string> ViewBlockFreqFuncName;2286 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()2287 F.getName() == ViewBlockFreqFuncName)) { in annotateAllFunctions()2301 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()2302 F.getName() == ViewBlockFreqFuncName)) { in annotateAllFunctions()2304 if (ViewBlockFreqFuncName.empty()) in annotateAllFunctions()