Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp439 struct LoopStructure { struct
440 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 …]