Searched defs:LoopStructure (Results 1 – 1 of 1) sorted by relevance
444 struct LoopStructure { struct445 const char *Tag = "";447 BasicBlock *Header = nullptr;448 BasicBlock *Latch = nullptr;452 BranchInst *LatchBr = nullptr;453 BasicBlock *LatchExit = nullptr;454 unsigned LatchBrExitIdx = std::numeric_limits<unsigned>::max();465 Value *IndVarBase = nullptr;466 Value *IndVarStart = nullptr;467 Value *IndVarStep = nullptr;[all …]