Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp182 ClonedLoop = ::cloneLoopWithPreheader(InsertBefore, LoopDomBB, OrigLoop, in cloneLoopWithPreheader()
185 return ClonedLoop; in cloneLoopWithPreheader()
190 const Loop *getClonedLoop() const { return ClonedLoop; } in getClonedLoop()
196 return ClonedLoop ? ClonedLoop : OrigLoop; in getDistributedLoop()
259 Loop *ClonedLoop = nullptr; member in __anonf8d248c20111::InstPartition
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopConstrainer.h111 struct ClonedLoop { struct
137 void cloneLoop(ClonedLoop &CLResult, const char *Tag) const; argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp462 void LoopConstrainer::cloneLoop(LoopConstrainer::ClonedLoop &Result, in cloneLoop()
736 ClonedLoop PreLoop, PostLoop; in run()