HomeSort by relevance Sort by last modified time
    Searched refs:BlockFrequencyInfoImpl (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 24 template <class BlockT> class BlockFrequencyInfoImpl;
26 /// BlockFrequencyInfo pass uses BlockFrequencyInfoImpl implementation to
29 typedef BlockFrequencyInfoImpl<BasicBlock> ImplType;
BlockFrequencyInfoImpl.h 1 //==- BlockFrequencyInfoImpl.h - Block Frequency Implementation -*- C++ -*-===//
11 // See the documentation below for BlockFrequencyInfoImpl for details.
38 // TODO: Make this private to BlockFrequencyInfoImpl or delete.
138 // BlockFrequencyInfoImpl definition.
161 /// \brief Base class for BlockFrequencyInfoImpl
168 /// BlockFrequencyInfoImpl. See there for details.
565 /// \a BlockFrequencyInfoImpl::computeIrreducibleMass() is the only expected
648 /// The implementation is split between BlockFrequencyInfoImpl, which knows the
772 template <class BT> class BlockFrequencyInfoImpl : BlockFrequencyInfoImplBase {
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h 25 template <class BlockT> class BlockFrequencyInfoImpl;
27 /// MachineBlockFrequencyInfo pass uses BlockFrequencyInfoImpl implementation
30 typedef BlockFrequencyInfoImpl<MachineBasicBlock> ImplType;
  /external/llvm/lib/Analysis/
Android.mk 12 BlockFrequencyInfoImpl.cpp \

Completed in 602 milliseconds