Searched defs:LoopData (Results 1 – 6 of 6) sorted by relevance
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
| D | BlockFrequencyInfoImpl.h | 223 struct LoopData { struct 228 LoopData *Parent; ///< The parent loop. argument 237 LoopData(LoopData *Parent, const BlockNode &Header) in LoopData() argument 241 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther, in LoopData() argument 249 bool isHeader(const BlockNode &Node) const { in isHeader() 256 BlockNode getHeader() const { return Nodes[0]; } in getHeader() 280 LoopData *Loop = nullptr; ///< The loop this block is inside. argument
|
| D | BranchProbabilityInfo.h | 285 using LoopData = std::pair<Loop *, int>; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | BlockFrequencyInfoImpl.h | 214 struct LoopData { struct 219 LoopData *Parent; ///< The parent loop. argument 228 LoopData(LoopData *Parent, const BlockNode &Header) in LoopData() function 232 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther, in LoopData() function 240 bool isHeader(const BlockNode &Node) const { in isHeader() 247 BlockNode getHeader() const { return Nodes[0]; } in getHeader() 271 LoopData *Loop = nullptr; ///< The loop this block is inside. argument
|
| /external/llvm/lib/Analysis/ |
| D | BlockFrequencyInfoImpl.cpp | 52 typedef BlockFrequencyInfoImplBase::LoopData LoopData; typedef
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | BlockFrequencyInfoImpl.cpp | 72 using LoopData = BlockFrequencyInfoImplBase::LoopData; typedef
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
| D | BlockFrequencyInfoImpl.cpp | 93 using LoopData = BlockFrequencyInfoImplBase::LoopData; typedef
|