Home
last modified time | relevance | path

Searched refs:NotDuplicatable (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DUnrollLoop.h134 bool NotDuplicatable; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp691 NotDuplicatable = Metrics.notDuplicatable; in UnrollCostEstimator()
721 if (NotDuplicatable) { in canUnroll()