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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp188 ClonedLoop = ::cloneLoopWithPreheader(InsertBefore, LoopDomBB, OrigLoop,
191 return ClonedLoop;
196 const Loop *getClonedLoop() const { return ClonedLoop; }
202 return ClonedLoop ? ClonedLoop : OrigLoop;
265 Loop *ClonedLoop = nullptr; member in class:__anon5660::InstPartition
267 /// The blocks of ClonedLoop including the preheader. If this
H A DInductiveRangeCheckElimination.cpp506 struct ClonedLoop { struct in class:__anon5650::LoopConstrainer
549 void cloneLoop(ClonedLoop &CLResult, const char *Tag) const;
1129 void LoopConstrainer::cloneLoop(LoopConstrainer::ClonedLoop &Result,
1413 // `Optional<ClonedLoop>'s, but `ValueToValueMapTy' does not have a copy
1415 ClonedLoop PreLoop, PostLoop;

Completed in 265 milliseconds