Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopConstrainer.h142 ValueToValueMapTy &VM, bool IsSubloop);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp921 auto LPMAddNewLoop = [&Worklist](Loop *NL, bool IsSubloop) { in run() argument
922 if (!IsSubloop) in run()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp700 bool IsSubloop) { in createClonedLoopStructure() argument
706 LPMAddNewLoop(&New, IsSubloop); in createClonedLoopStructure()