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;470 BasicBlock *LatchExit = nullptr;471 unsigned LatchBrExitIdx = std::numeric_limits<unsigned>::max();482 Value *IndVarBase = nullptr;483 Value *IndVarStart = nullptr;484 Value *IndVarStep = nullptr;[all …]