Searched refs:LoopStructure (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp453 struct LoopStructure { struct in namespace:__anon4639
465 // The loop represented by this instance of LoopStructure is semantically
481 LoopStructure() = default;
483 template <typename M> LoopStructure map(M Map) const {
484 LoopStructure Result;
500 static Optional<LoopStructure> parseLoopStructure(ScalarEvolution &,
522 // An instance of `LoopStructure` for the cloned loop
523 LoopStructure Structure;
587 changeIterationSpaceEnd(const LoopStructure &LS, BasicBlock *Preheader,
593 BasicBlock *createPreheader(const LoopStructure
[all...]

Completed in 112 milliseconds