Searched refs:ViewBlockFreqFuncName (Results 1 – 5 of 5) sorted by relevance
98 extern cl::opt<std::string> ViewBlockFreqFuncName;374 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()375 MF.getFunction().getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()384 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()385 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()
229 extern cl::opt<std::string> ViewBlockFreqFuncName;3502 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()3503 F->getFunction().getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()
51 ViewBlockFreqFuncName("view-bfi-func-name", cl::Hidden, variable191 (ViewBlockFreqFuncName.empty() || in calculate()192 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()
328 extern cl::opt<std::string> ViewBlockFreqFuncName;2070 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()2071 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()2085 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()2086 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()2088 if (ViewBlockFreqFuncName.empty()) in annotateAllFunctions()