Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp49 extern cl::opt<std::string> ViewBlockFreqFuncName;
144 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()
145 F.getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineBlockFrequencyInfo.cpp65 extern cl::opt<std::string> ViewBlockFreqFuncName;
192 (ViewBlockFreqFuncName.empty() || in calculate()
193 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()
DMachineBlockPlacement.cpp195 extern cl::opt<std::string> ViewBlockFreqFuncName;
2831 (ViewBlockFreqFuncName.empty() || in runOnMachineFunction()
2832 F->getFunction().getName().equals(ViewBlockFreqFuncName))) { in runOnMachineFunction()
/external/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp46 ViewBlockFreqFuncName("view-bfi-func-name", cl::Hidden, variable
146 (ViewBlockFreqFuncName.empty() || in calculate()
147 F.getName().equals(ViewBlockFreqFuncName))) { in calculate()
/external/swiftshader/third_party/llvm-7.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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp236 extern cl::opt<std::string> ViewBlockFreqFuncName;
1486 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()
1487 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()
1501 (ViewBlockFreqFuncName.empty() || in annotateAllFunctions()
1502 F.getName().equals(ViewBlockFreqFuncName))) { in annotateAllFunctions()
1504 if (ViewBlockFreqFuncName.empty()) in annotateAllFunctions()