Home
last modified time | relevance | path

Searched refs:ViewBlockFreqFuncName (Results 1 – 2 of 2) 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/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()