Home
last modified time | relevance | path

Searched defs:LoopData (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h224 struct LoopData { struct
229 LoopData *Parent; ///< The parent loop. argument
238 LoopData(LoopData *Parent, const BlockNode &Header) in LoopData() function
242 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther, in LoopData() function
250 bool isHeader(const BlockNode &Node) const { in isHeader()
257 BlockNode getHeader() const { return Nodes[0]; } in getHeader()
281 LoopData *Loop = nullptr; ///< The loop this block is inside. argument
H A DBranchProbabilityInfo.h297 using LoopData = std::pair<Loop *, int>; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp94 using LoopData = BlockFrequencyInfoImplBase::LoopData; typedef