Searched refs:StoreCost (Results 1 – 2 of 2) sorted by relevance
1182 InstructionCost StoreCost = in getVectorInstrCost() local1185 ? StoreCost * NumElems + LoadCost in getVectorInstrCost()1186 : (StoreCost + LoadCost) * NumElems + StoreCost; in getVectorInstrCost()
2587 InstructionCost StoreCost = in findCostForOutputBlocks() local2594 LLVM_DEBUG(dbgs() << "Adding: " << StoreCost in findCostForOutputBlocks()2597 OutputCost += StoreCost * NumOutputBranches; in findCostForOutputBlocks()