Home
last modified time | relevance | path

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

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