Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceOperandsSkip.cpp61 static int classifyReductivePower(Value *V) { in classifyReductivePower() function
108 classifyReductivePower(RHS) - classifyReductivePower(LHS); in opportunities()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp565 static unsigned classifyReductivePower(const Value *V) { in classifyReductivePower() function
642 Score += classifyReductivePower(Operand); in computeIRComplexityScoreImpl()
665 Score += classifyReductivePower(GV.getInitializer()); in computeIRComplexityScore()
675 Score += classifyReductivePower(GA.getAliasee()); in computeIRComplexityScore()
678 Score += classifyReductivePower(GI.getResolver()); in computeIRComplexityScore()