Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLazyMachineBlockFrequencyInfo.h61 MachineBlockFrequencyInfo &getBFI() { return calculateIfNotAvailable(); } in getBFI() function
64 const MachineBlockFrequencyInfo &getBFI() const { in getBFI() function
H A DMachineOptimizationRemarkEmitter.h185 MachineBlockFrequencyInfo *getBFI() { in getBFI() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyBlockFrequencyInfo.h112 BlockFrequencyInfo &getBFI() { return LBFI.getCalculated(); } in getBFI() function
115 const BlockFrequencyInfo &getBFI() const { return LBFI.getCalculated(); } in getBFI() function
H A DBlockFrequencyInfo.h147 BlockFrequencyInfo &getBFI() { return BFI; } in getBFI() function
148 const BlockFrequencyInfo &getBFI() const { return BFI; } in getBFI() function
H A DCFGPrinter.h75 const BlockFrequencyInfo *getBFI() { return BFI; } in getBFI() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1773 auto getBFI = [&F, &AM ]()->BlockFrequencyInfo & { in run() local