Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp185 ClonedLoop = ::cloneLoopWithPreheader(InsertBefore, LoopDomBB, OrigLoop, in cloneLoopWithPreheader()
188 return ClonedLoop; in cloneLoopWithPreheader()
193 const Loop *getClonedLoop() const { return ClonedLoop; } in getClonedLoop()
199 return ClonedLoop ? ClonedLoop : OrigLoop; in getDistributedLoop()
262 Loop *ClonedLoop = nullptr; member in __anona7d095880111::InstPartition
DInductiveRangeCheckElimination.cpp519 struct ClonedLoop { struct in __anon2d4109de0311::LoopConstrainer
562 void cloneLoop(ClonedLoop &CLResult, const char *Tag) const;
1145 void LoopConstrainer::cloneLoop(LoopConstrainer::ClonedLoop &Result, in cloneLoop()
1432 ClonedLoop PreLoop, PostLoop; in run()