Searched defs:LoopStructure (Results 1 – 1 of 1) sorted by relevance
459 struct LoopStructure { struct460 const char *Tag = "";462 BasicBlock *Header = nullptr;463 BasicBlock *Latch = nullptr;467 BranchInst *LatchBr = nullptr;480 Value *IndVarBase = nullptr;481 Value *IndVarStart = nullptr;482 Value *IndVarStep = nullptr;483 Value *LoopExitAt = nullptr;484 bool IndVarIncreasing = false;[all …]