Searched refs:getBFI (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h434 BlockFrequencyInfo *getBFI() const { return BFI; } function in class:llvm::SelectionDAG
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp2074 getAnalysis<BlockFrequencyInfoWrapperPass>().getBFI();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp447 BFI = &getAnalysis<LazyBlockFrequencyInfoPass>().getBFI();
H A DSelectionDAGBuilder.cpp10609 SL->findJumpTables(Clusters, &SI, DefaultMBB, DAG.getPSI(), DAG.getBFI());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp3170 return this->getAnalysis<BlockFrequencyInfoWrapperPass>(F).getBFI();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3842 &getAnalysis<LazyBlockFrequencyInfoPass>().getBFI() :
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1627 auto *BFI = &getAnalysis<BlockFrequencyInfoWrapperPass>().getBFI();

Completed in 236 milliseconds

12