Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp551 InstructionCost RepeatedInstrCost = 0; in checkOuterLoopInsts() local
584 RepeatedInstrCost += Cost; in checkOuterLoopInsts()
589 << RepeatedInstrCost << "\n"); in checkOuterLoopInsts()
592 if (RepeatedInstrCost > RepeatedInstructionThreshold) { in checkOuterLoopInsts()