HomeSort by: relevance | last modified time | path
    Searched refs:ClonedLoop (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 187 ClonedLoop = ::cloneLoopWithPreheader(InsertBefore, LoopDomBB, OrigLoop,
190 return ClonedLoop;
195 const Loop *getClonedLoop() const { return ClonedLoop; }
201 return ClonedLoop ? ClonedLoop : OrigLoop;
264 Loop *ClonedLoop = nullptr;
266 /// The blocks of ClonedLoop including the preheader. If this
InductiveRangeCheckElimination.cpp 522 struct ClonedLoop {
565 void cloneLoop(ClonedLoop &CLResult, const char *Tag) const;
1144 void LoopConstrainer::cloneLoop(LoopConstrainer::ClonedLoop &Result,
1428 // `Optional<ClonedLoop>'s, but `ValueToValueMapTy' does not have a copy
1430 ClonedLoop PreLoop, PostLoop;

Completed in 19 milliseconds