Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp186 ClonedLoop = ::cloneLoopWithPreheader(InsertBefore, LoopDomBB, OrigLoop, in cloneLoopWithPreheader()
189 return ClonedLoop; in cloneLoopWithPreheader()
194 const Loop *getClonedLoop() const { return ClonedLoop; } in getClonedLoop()
200 return ClonedLoop ? ClonedLoop : OrigLoop; in getDistributedLoop()
263 Loop *ClonedLoop = nullptr; member in __anon4e01e93c0111::InstPartition
H A DInductiveRangeCheckElimination.cpp520 struct ClonedLoop { struct in __anonfaeb45920311::LoopConstrainer
563 void cloneLoop(ClonedLoop &CLResult, const char *Tag) const;
1142 void LoopConstrainer::cloneLoop(LoopConstrainer::ClonedLoop &Result, in cloneLoop()
1428 ClonedLoop PreLoop, PostLoop; in run()