Home
last modified time | relevance | path

Searched refs:notDuplicatable (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCodeMetrics.cpp185 notDuplicatable = true; in analyzeBasicBlock()
190 notDuplicatable = true; in analyzeBasicBlock()
230 notDuplicatable |= isa<IndirectBrInst>(BB->getTerminator()); in analyzeBasicBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCodeMetrics.h46 bool notDuplicatable = false; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp456 if (Metrics.notDuplicatable) { in rotateLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp705 if (Metrics.notDuplicatable || !Metrics.NumInsts.isValid() || in run()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDFAJumpThreading.cpp860 if (Metrics.notDuplicatable) { in isLegalAndProfitableToTransform()
H A DLoopUnrollPass.cpp691 NotDuplicatable = Metrics.notDuplicatable; in UnrollCostEstimator()