Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopConstrainer.h111 struct ClonedLoop { struct
113 std::vector<BasicBlock *> Blocks;
137 void cloneLoop(ClonedLoop &CLResult, const char *Tag) const; argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp259 Loop *ClonedLoop = nullptr; global() member in __anon22a277de0111::InstPartition