Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRSampleProfile.cpp98 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()
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.cpp229 extern cl::opt<std::string> ViewBlockFreqFuncName;
3502 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()
3503 F->getFunction().getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp51 ViewBlockFreqFuncName("view-bfi-func-name", cl::Hidden, variable
191 (ViewBlockFreqFuncName.empty() || in calculate()
192 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp328 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()