Home
last modified time | relevance | path

Searched defs:getBFI (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLazyMachineBlockFrequencyInfo.h62 MachineBlockFrequencyInfo &getBFI() { return calculateIfNotAvailable(); } in getBFI() function
65 const MachineBlockFrequencyInfo &getBFI() const { in getBFI() function
/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfo.h118 BlockFrequencyInfo &getBFI() { return BFI; } in getBFI() function
119 const BlockFrequencyInfo &getBFI() const { return BFI; } in getBFI() function
DLazyBlockFrequencyInfo.h106 BlockFrequencyInfo &getBFI() { return LBFI.getCalculated(); } in getBFI() function
109 const BlockFrequencyInfo &getBFI() const { return LBFI.getCalculated(); } in getBFI() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyBlockFrequencyInfo.h113 BlockFrequencyInfo &getBFI() { return LBFI.getCalculated(); } in getBFI() function
116 const BlockFrequencyInfo &getBFI() const { return LBFI.getCalculated(); } in getBFI() function
DBlockFrequencyInfo.h144 BlockFrequencyInfo &getBFI() { return BFI; } in getBFI() function
145 const BlockFrequencyInfo &getBFI() const { return BFI; } in getBFI() function