Home
last modified time | relevance | path

Searched defs:LoopStructure (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp459 struct LoopStructure { struct
460 const char *Tag = "";
462 BasicBlock *Header = nullptr;
463 BasicBlock *Latch = nullptr;
467 BranchInst *LatchBr = nullptr;
480 Value *IndVarBase = nullptr;
481 Value *IndVarStart = nullptr;
482 Value *IndVarStep = nullptr;
483 Value *LoopExitAt = nullptr;
484 bool IndVarIncreasing = false;
[all …]