Lines Matching defs:LoopStructure
410 struct LoopStructure { struct
411 const char *Tag;
413 BasicBlock *Header;
414 BasicBlock *Latch;
418 BranchInst *LatchBr;
419 BasicBlock *LatchExit;
420 unsigned LatchBrExitIdx;
422 Value *IndVarNext;
423 Value *IndVarStart;
424 Value *LoopExitAt;
425 bool IndVarIncreasing;
427 LoopStructure() in LoopStructure() function
432 template <typename M> LoopStructure map(M Map) const { in map()