Searched defs:LoopStructure (Results 1 – 1 of 1) sorted by relevance
461 struct LoopStructure { struct462 const char *Tag = "";464 BasicBlock *Header = nullptr;465 BasicBlock *Latch = nullptr;469 BranchInst *LatchBr = nullptr;482 Value *IndVarBase = nullptr;483 Value *IndVarStart = nullptr;484 Value *IndVarStep = nullptr;485 Value *LoopExitAt = nullptr;486 bool IndVarIncreasing = false;[all …]