Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDLoopConstrainer.h111 struct ClonedLoop { struct
113 std::vector<BasicBlock *> Blocks;
137 void cloneLoop(ClonedLoop &CLResult, const char *Tag) const; argument
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopDistribute.cpp258 Loop *ClonedLoop = nullptr; member in __anonafb1aca60111::InstPartition