Home
last modified time | relevance | path

Searched refs:cloneByMultiplyingDuplicationFactor (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp547 auto NewDIL = DIL->cloneByMultiplyingDuplicationFactor(ULO.Count); in UnrollLoop()
H A DLoopUnrollAndJam.cpp351 auto NewDIL = DIL->cloneByMultiplyingDuplicationFactor(Count); in UnrollAndJamLoop()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp373 DIL->cloneByMultiplyingDuplicationFactor(UF * VF.getKnownMinValue()); in setDebugLocFrom()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2055 cloneByMultiplyingDuplicationFactor(unsigned DF) const;
2337 DILocation::cloneByMultiplyingDuplicationFactor(unsigned DF) const { in cloneByMultiplyingDuplicationFactor() function