Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp87 : DepCycle(DepCycle), OrigLoop(L), ClonedLoop(nullptr) { in InstPartition()
142 ClonedLoop = ::cloneLoopWithPreheader(InsertBefore, LoopDomBB, OrigLoop, in cloneLoopWithPreheader()
145 return ClonedLoop; in cloneLoopWithPreheader()
150 const Loop *getClonedLoop() const { return ClonedLoop; } in getClonedLoop()
156 return ClonedLoop ? ClonedLoop : OrigLoop; in getDistributedLoop()
219 Loop *ClonedLoop; member in __anon191a722d0111::InstPartition
DInductiveRangeCheckElimination.cpp464 struct ClonedLoop { struct in __anonf53190830311::LoopConstrainer
516 void cloneLoop(ClonedLoop &CLResult, const char *Tag) const;
894 void LoopConstrainer::cloneLoop(LoopConstrainer::ClonedLoop &Result, in cloneLoop()
1175 ClonedLoop PreLoop, PostLoop; in run()