Searched refs:ViewBlockFreqFuncName (Results 1 – 2 of 2) sorted by relevance
49 extern cl::opt<std::string> ViewBlockFreqFuncName;144 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()145 F.getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()
46 ViewBlockFreqFuncName("view-bfi-func-name", cl::Hidden, variable146 (ViewBlockFreqFuncName.empty() || in calculate()147 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()