Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp65 extern cl::opt<std::string> ViewBlockFreqFuncName;
192 (ViewBlockFreqFuncName.empty() || in calculate()
193 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()
H A DMachineBlockPlacement.cpp195 extern cl::opt<std::string> ViewBlockFreqFuncName;
2832 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()
2833 F->getFunction().getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()
/freebsd-12.1/contrib/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-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp241 extern cl::opt<std::string> ViewBlockFreqFuncName;
1501 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()
1502 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()
1516 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()
1517 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()
1519 if (ViewBlockFreqFuncName.empty()) in annotateAllFunctions()