Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1947 InstructionCost RTCheckCost = 0; in getCost() local
1955 RTCheckCost += C; in getCost()
2011 RTCheckCost += MemCheckCost; in getCost()
2015 LLVM_DEBUG(dbgs() << "Total cost of runtime checks: " << RTCheckCost in getCost()
2018 return RTCheckCost; in getCost()