Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
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.cpp207 extern cl::opt<std::string> ViewBlockFreqFuncName;
3409 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()
3410 F->getFunction().getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp52 ViewBlockFreqFuncName("view-bfi-func-name", cl::Hidden, variable
193 (ViewBlockFreqFuncName.empty() || in calculate()
194 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp290 extern cl::opt<std::string> ViewBlockFreqFuncName;
1893 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()
1894 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()
1908 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()
1909 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()
1911 if (ViewBlockFreqFuncName.empty()) in annotateAllFunctions()