Searched defs:LoopStructure (Results 1 – 1 of 1) sorted by relevance
439 struct LoopStructure { struct440 const char *Tag = "";442 BasicBlock *Header = nullptr;443 BasicBlock *Latch = nullptr;447 BranchInst *LatchBr = nullptr;460 Value *IndVarBase = nullptr;461 Value *IndVarStart = nullptr;462 Value *IndVarStep = nullptr;463 Value *LoopExitAt = nullptr;464 bool IndVarIncreasing = false;[all …]