HomeSort by: relevance | last modified time | path
    Searched defs:getBFI (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 61 MachineBlockFrequencyInfo &getBFI() { return calculateIfNotAvailable(); }
64 const MachineBlockFrequencyInfo &getBFI() const {
MachineOptimizationRemarkEmitter.h 185 MachineBlockFrequencyInfo *getBFI() {
SelectionDAG.h 450 BlockFrequencyInfo *getBFI() const { return BFI; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 147 BlockFrequencyInfo &getBFI() { return BFI; }
148 const BlockFrequencyInfo &getBFI() const { return BFI; }
LazyBlockFrequencyInfo.h 94 /// getAnalysis<LazyBlockFrequencyInfoPass>().getBFI() before either LoopInfo
112 BlockFrequencyInfo &getBFI() { return LBFI.getCalculated(); }
115 const BlockFrequencyInfo &getBFI() const { return LBFI.getCalculated(); }
CFGPrinter.h 75 const BlockFrequencyInfo *getBFI() { return BFI; }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 241 GetBFIFunc GetBFI;
250 LoopInfo &LI, GetBFIFunc GetBFI = None)
251 : SE(SE), BPI(BPI), DT(DT), LI(LI), GetBFI(GetBFI) {}
1773 auto getBFI = [&F, &AM ]()->BlockFrequencyInfo & {
1776 InductiveRangeCheckElimination IRCE(SE, &BPI, DT, LI, { getBFI });
1857 if (GetBFI.hasValue()) {
1858 BlockFrequencyInfo &BFI = (*GetBFI)();

Completed in 29 milliseconds