Searched defs:LoopStructure (Results 1 – 1 of 1) sorted by relevance
458 struct LoopStructure { struct459 const char *Tag = "";461 BasicBlock *Header = nullptr;462 BasicBlock *Latch = nullptr;466 BranchInst *LatchBr = nullptr;467 BasicBlock *LatchExit = nullptr;468 unsigned LatchBrExitIdx = std::numeric_limits<unsigned>::max();479 Value *IndVarBase = nullptr;480 Value *IndVarStart = nullptr;481 Value *IndVarStep = nullptr;[all …]