Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp99 extern cl::opt<std::string> ViewBlockFreqFuncName;
383 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()
384 MF.getFunction().getName() == ViewBlockFreqFuncName)) { in runOnMachineFunction()
394 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()
395 MF.getFunction().getName() == ViewBlockFreqFuncName)) { in runOnMachineFunction()
H A DMachineBlockFrequencyInfo.cpp66 extern cl::opt<std::string> ViewBlockFreqFuncName;
238 (ViewBlockFreqFuncName.empty() || F.getName() == ViewBlockFreqFuncName)) { in calculate()
H A DMachineBlockPlacement.cpp246 extern cl::opt<std::string> ViewBlockFreqFuncName;
3668 (ViewBlockFreqFuncName.empty() || in run()
3669 F->getFunction().getName() == ViewBlockFreqFuncName)) { in run()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp51 ViewBlockFreqFuncName("view-bfi-func-name", cl::Hidden, variable
191 (ViewBlockFreqFuncName.empty() || F.getName() == ViewBlockFreqFuncName)) { in calculate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp357 extern cl::opt<std::string> ViewBlockFreqFuncName;
2286 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()
2287 F.getName() == ViewBlockFreqFuncName)) { in annotateAllFunctions()
2301 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()
2302 F.getName() == ViewBlockFreqFuncName)) { in annotateAllFunctions()
2304 if (ViewBlockFreqFuncName.empty()) in annotateAllFunctions()