Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp65 extern cl::opt<std::string> ViewBlockFreqFuncName;
199 (ViewBlockFreqFuncName.empty() || in calculate()
200 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()
DMachineBlockPlacement.cpp198 extern cl::opt<std::string> ViewBlockFreqFuncName;
3146 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()
3147 F->getFunction().getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp51 ViewBlockFreqFuncName("view-bfi-func-name", cl::Hidden, variable
191 (ViewBlockFreqFuncName.empty() || in calculate()
192 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp257 extern cl::opt<std::string> ViewBlockFreqFuncName;
1593 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()
1594 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()
1608 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()
1609 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()
1611 if (ViewBlockFreqFuncName.empty()) in annotateAllFunctions()