Searched refs:ViewBlockFreqFuncName (Results 1 – 5 of 5) sorted by relevance
98 extern cl::opt<std::string> ViewBlockFreqFuncName;375 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()376 MF.getFunction().getName() == ViewBlockFreqFuncName)) { in runOnMachineFunction()386 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()387 MF.getFunction().getName() == ViewBlockFreqFuncName)) { in runOnMachineFunction()
66 extern cl::opt<std::string> ViewBlockFreqFuncName;238 (ViewBlockFreqFuncName.empty() || F.getName() == ViewBlockFreqFuncName)) { in calculate()
229 extern cl::opt<std::string> ViewBlockFreqFuncName;3556 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()3557 F->getFunction().getName() == ViewBlockFreqFuncName)) { in runOnMachineFunction()
51 ViewBlockFreqFuncName("view-bfi-func-name", cl::Hidden, variable191 (ViewBlockFreqFuncName.empty() || F.getName() == ViewBlockFreqFuncName)) { in calculate()
332 extern cl::opt<std::string> ViewBlockFreqFuncName;2175 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()2176 F.getName() == ViewBlockFreqFuncName)) { in annotateAllFunctions()2190 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()2191 F.getName() == ViewBlockFreqFuncName)) { in annotateAllFunctions()2193 if (ViewBlockFreqFuncName.empty()) in annotateAllFunctions()