Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6814 InstructionCost CondICost = CostCtx.getLegacyCost(CondI, VF); in precomputeCosts() local
6816 dbgs() << "Cost of " << CondICost << " for VF " << VF in precomputeCosts()
6819 Cost += CondICost; in precomputeCosts()