Searched refs:ViewBlockFreqFuncName (Results 1 – 5 of 5) sorted by relevance
90 extern cl::opt<std::string> ViewBlockFreqFuncName;319 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()320 MF.getFunction().getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()329 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()330 MF.getFunction().getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()
66 extern cl::opt<std::string> ViewBlockFreqFuncName;201 (ViewBlockFreqFuncName.empty() || in calculate()202 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()
218 extern cl::opt<std::string> ViewBlockFreqFuncName;3467 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()3468 F->getFunction().getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()
51 ViewBlockFreqFuncName("view-bfi-func-name", cl::Hidden, variable192 (ViewBlockFreqFuncName.empty() || in calculate()193 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()
301 extern cl::opt<std::string> ViewBlockFreqFuncName;1845 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()1846 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()1860 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()1861 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()1863 if (ViewBlockFreqFuncName.empty()) in annotateAllFunctions()