HomeSort by relevance Sort by last modified time
    Searched defs:LoopData (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 200 struct LoopData {
204 LoopData *Parent; ///< The parent loop.
213 LoopData(LoopData *Parent, const BlockNode &Header)
217 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
253 LoopData *Loop; ///< The loop this block is inside.
264 LoopData *getContainingLoop() const {
289 LoopData *getPackagedLoop() const {
391 std::list<LoopData> Loops
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 219 struct LoopData {
224 LoopData *Parent; ///< The parent loop.
233 LoopData(LoopData *Parent, const BlockNode &Header)
237 LoopData(LoopData *Parent, It1 FirstHeader, It1 LastHeader, It2 FirstOther,
276 LoopData *Loop = nullptr; ///< The loop this block is inside.
288 LoopData *getContainingLoop() const {
314 LoopData *getPackagedLoop() const {
427 std::list<LoopData> Loops
    [all...]

Completed in 703 milliseconds