Home
last modified time | relevance | path

Searched refs:ViewBlockFreqFuncName (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp90 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()
H A DMachineBlockFrequencyInfo.cpp66 extern cl::opt<std::string> ViewBlockFreqFuncName;
201 (ViewBlockFreqFuncName.empty() || in calculate()
202 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()
H A DMachineBlockPlacement.cpp218 extern cl::opt<std::string> ViewBlockFreqFuncName;
3467 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()
3468 F->getFunction().getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp51 ViewBlockFreqFuncName("view-bfi-func-name", cl::Hidden, variable
192 (ViewBlockFreqFuncName.empty() || in calculate()
193 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp301 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()