Searched refs:CostBefore (Results 1 – 3 of 3) sorted by relevance
24 [[maybe_unused]] auto CostBefore = SB.getBeforeCost(); in runOnRegion() local28 << " (before/after/threshold: " << CostBefore << "/" in runOnRegion()
214 int CostBefore = 0; member221 int getCostDelta() const { return CostAfter - CostBefore; } in getCostDelta()881 CostDetail.CostBefore = Cost; in onInstructionAnalysisStart()1491 OS << "; cost before = " << Record->CostBefore in emitInstructionAnnot()
3375 InstructionCost CostBefore = in foldSelectShuffle() local3378 CostBefore += std::accumulate(Shuffles.begin(), Shuffles.end(), in foldSelectShuffle()3380 CostBefore += std::accumulate(InputShuffles.begin(), InputShuffles.end(), in foldSelectShuffle()3400 LLVM_DEBUG(dbgs() << " CostBefore: " << CostBefore in foldSelectShuffle()3402 if (CostBefore <= CostAfter) in foldSelectShuffle()