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.h129 bool NotDuplicatable; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp690 NotDuplicatable = Metrics.notDuplicatable; in UnrollCostEstimator()
720 if (NotDuplicatable) { in canUnroll()