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

/freebsd-13-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:__anon4649::InstPartition
267 /// The blocks of ClonedLoop including the preheader. If this
H A DInductiveRangeCheckElimination.cpp515 struct ClonedLoop { struct in class:__anon4639::LoopConstrainer
558 void cloneLoop(ClonedLoop &CLResult, const char *Tag) const;
1148 void LoopConstrainer::cloneLoop(LoopConstrainer::ClonedLoop &Result,
1432 // `Optional<ClonedLoop>'s, but `ValueToValueMapTy' does not have a copy
1434 ClonedLoop PreLoop, PostLoop;

Completed in 147 milliseconds