Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp458 struct LoopStructure { struct
459 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 …]