Searched refs:CostBefore (Results 1 – 2 of 2) sorted by relevance
1622 InstructionCost CostBefore = in foldSelectShuffle() local1625 CostBefore += std::accumulate(Shuffles.begin(), Shuffles.end(), in foldSelectShuffle()1627 CostBefore += std::accumulate(InputShuffles.begin(), InputShuffles.end(), in foldSelectShuffle()1647 LLVM_DEBUG(dbgs() << " CostBefore: " << CostBefore in foldSelectShuffle()1649 if (CostBefore <= CostAfter) in foldSelectShuffle()
196 int CostBefore = 0; member203 int getCostDelta() const { return CostAfter - CostBefore; } in getCostDelta()762 InstructionCostDetailMap[I].CostBefore = Cost; in onInstructionAnalysisStart()1301 OS << "; cost before = " << Record->CostBefore in emitInstructionAnnot()