Searched refs:StoreCost (Results 1 – 2 of 2) sorted by relevance
1578 InstructionCost StoreCost = in getVectorInstrCost() local1581 ? StoreCost * NumElems + LoadCost in getVectorInstrCost()1582 : (StoreCost + LoadCost) * NumElems + StoreCost; in getVectorInstrCost()
2590 InstructionCost StoreCost = in findCostForOutputBlocks() local2597 LLVM_DEBUG(dbgs() << "Adding: " << StoreCost in findCostForOutputBlocks()2600 OutputCost += StoreCost * NumOutputBranches; in findCostForOutputBlocks()