Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
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()
DMachineBlockFrequencyInfo.cpp66 extern cl::opt<std::string> ViewBlockFreqFuncName;
201 (ViewBlockFreqFuncName.empty() || in calculate()
202 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()
DMachineBlockPlacement.cpp230 extern cl::opt<std::string> ViewBlockFreqFuncName;
3479 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()
3480 F->getFunction().getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp51 ViewBlockFreqFuncName("view-bfi-func-name", cl::Hidden, variable
192 (ViewBlockFreqFuncName.empty() || in calculate()
193 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp324 extern cl::opt<std::string> ViewBlockFreqFuncName;
2178 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()
2179 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()
2193 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()
2194 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()
2196 if (ViewBlockFreqFuncName.empty()) in annotateAllFunctions()