Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/
H A DTransactionAcceptOrRevert.cpp24 [[maybe_unused]] auto CostBefore = SB.getBeforeCost(); in runOnRegion() local
28 << " (before/after/threshold: " << CostBefore << "/" in runOnRegion()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp214 int CostBefore = 0; member
221 int getCostDelta() const { return CostAfter - CostBefore; } in getCostDelta()
881 CostDetail.CostBefore = Cost; in onInstructionAnalysisStart()
1491 OS << "; cost before = " << Record->CostBefore in emitInstructionAnnot()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp3375 InstructionCost CostBefore = in foldSelectShuffle() local
3378 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()