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.cpp98 extern cl::opt<std::string> ViewBlockFreqFuncName;
375 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()
376 MF.getFunction().getName() == ViewBlockFreqFuncName)) { in runOnMachineFunction()
386 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()
387 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.cpp229 extern cl::opt<std::string> ViewBlockFreqFuncName;
3556 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()
3557 F->getFunction().getName() == ViewBlockFreqFuncName)) { in runOnMachineFunction()
/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.cpp332 extern cl::opt<std::string> ViewBlockFreqFuncName;
2175 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()
2176 F.getName() == ViewBlockFreqFuncName)) { in annotateAllFunctions()
2190 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()
2191 F.getName() == ViewBlockFreqFuncName)) { in annotateAllFunctions()
2193 if (ViewBlockFreqFuncName.empty()) in annotateAllFunctions()