Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1622 InstructionCost CostBefore = in foldSelectShuffle() local
1625 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()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp196 int CostBefore = 0; member
203 int getCostDelta() const { return CostAfter - CostBefore; } in getCostDelta()
762 InstructionCostDetailMap[I].CostBefore = Cost; in onInstructionAnalysisStart()
1301 OS << "; cost before = " << Record->CostBefore in emitInstructionAnnot()