Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp561 InstructionCost RepeatedInstrCost = 0; in checkOuterLoopInsts() local
594 RepeatedInstrCost += Cost; in checkOuterLoopInsts()
599 << RepeatedInstrCost << "\n"); in checkOuterLoopInsts()
602 if (RepeatedInstrCost > RepeatedInstructionThreshold) { in checkOuterLoopInsts()