Home
last modified time | relevance | path

Searched refs:BlockFrequencyInfoImpl (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1010 BlockFrequencyInfoImpl() = default;
1076 void verifyMatch(BlockFrequencyInfoImpl<BT> &Other) const;
1110 void BlockFrequencyInfoImpl<BT>::calculate(const FunctionT &F,
1331 bool BlockFrequencyInfoImpl<BT>::tryToComputeMassInFunction() {
1428 void BlockFrequencyInfoImpl<BT>::iterativeInference(
1513 void BlockFrequencyInfoImpl<BT>::findReachableBlocks(
1572 void BlockFrequencyInfoImpl<BT>::initTransitionProbabilities(
1655 const BlockFrequencyInfoImpl<BT> &BFI;
1671 void BlockFrequencyInfoImpl<BT>::computeIrreducibleMass(
1753 void BlockFrequencyInfoImpl<BT>::verifyMatch(
[all …]
H A DBlockFrequencyInfo.h31 template <class BlockT> class BlockFrequencyInfoImpl; variable
38 using ImplType = BlockFrequencyInfoImpl<BasicBlock>;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBlockFrequencyInfo.h24 template <class BlockT> class BlockFrequencyInfoImpl; variable
34 using ImplType = BlockFrequencyInfoImpl<MachineBasicBlock>;
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile48 SRCS_MIN+= Analysis/BlockFrequencyInfoImpl.cpp