Home
last modified time | relevance | path

Searched refs:PrintBlockFreqFuncName (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp77 extern cl::opt<std::string> PrintBlockFreqFuncName;
204 (PrintBlockFreqFuncName.empty() || in calculate()
205 F.getName().equals(PrintBlockFreqFuncName))) { in calculate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp85 cl::opt<std::string> PrintBlockFreqFuncName( variable
196 (PrintBlockFreqFuncName.empty() || in calculate()
197 F.getName().equals(PrintBlockFreqFuncName))) { in calculate()