Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h42 scVScale, enumerator
85 : SCEV(ID, scVScale, 0), Ty(ty) {} in SCEVVScale()
93 static bool classof(const SCEV *S) { return S->getSCEVType() == scVScale; } in classof()
616 case scVScale: in visit()
685 case scVScale: in visitAll()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp433 case scVScale: in getRelevantLoop()
1883 case scVScale: in costAndCollectOperands()
1994 case scVScale: in isHighCostExpansionHelper()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp278 case scVScale: in print()
388 case scVScale: in getType()
421 case scVScale: in operands()
494 ID.AddInteger(scVScale); in getVScale()
697 case scVScale: { in CompareSCEVComplexity()
4069 case scVScale: in scevUnconditionallyPropagatesPoisonFromOperands()
6315 case scVScale: in getConstantMultipleImpl()
6569 case scVScale: in getRangeRefIter()
6677 case scVScale: in getRangeRef()
9862 case scVScale: in BuildConstantFromSCEV()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1119 case scVScale: in isHighCostExpansion()
2992 case scVScale: in getExprBase()