Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3308 int DeadCost = ReuseShuffleCost; in getEntryCost() local
3311 DeadCost += TTI->getShuffleCost( in getEntryCost()
3328 DeadCost -= TTI->getExtractWithExtendCost( in getEntryCost()
3331 DeadCost += TTI->getCastInstrCost( in getEntryCost()
3336 DeadCost -= in getEntryCost()
3340 return DeadCost; in getEntryCost()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1560 int DeadCost = 0; in getEntryCost() local
1565 DeadCost += in getEntryCost()
1568 return -DeadCost; in getEntryCost()