Home
last modified time | relevance | path

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

/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() argument
242 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther, in LoopData() argument
281 LoopData *Loop = nullptr; ///< The loop this block is inside. argument
250 isHeaderLoopData isHeader() argument
257 getHeaderLoopData getHeader() argument
[all...]
H A DBranchProbabilityInfo.h297 using LoopData = std::pair<Loop *, int>; global() variable
/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp94 using LoopData = BlockFrequencyInfoImplBase::LoopData; typedef
/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp1264 auto LoopData = LoopStack.rbegin(); in buildSchedule() local
[all...]