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()
230 extern cl::opt<std::string> ViewBlockFreqFuncName;3479 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()3480 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()
324 extern cl::opt<std::string> ViewBlockFreqFuncName;2178 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()2179 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()2193 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()2194 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()2196 if (ViewBlockFreqFuncName.empty()) in annotateAllFunctions()