Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLazyMachineBlockFrequencyInfo.h54 MachineBlockFrequencyInfo &calculateIfNotAvailable() const;
62 MachineBlockFrequencyInfo &getBFI() { return calculateIfNotAvailable(); } in getBFI()
66 return calculateIfNotAvailable(); in getBFI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLazyMachineBlockFrequencyInfo.cpp57 LazyMachineBlockFrequencyInfoPass::calculateIfNotAvailable() const { in calculateIfNotAvailable() function in LazyMachineBlockFrequencyInfoPass