Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2145 int DeadCost = ReuseShuffleCost; in getEntryCost() local
2148 DeadCost += TTI->getShuffleCost( in getEntryCost()
2165 DeadCost -= TTI->getExtractWithExtendCost( in getEntryCost()
2168 DeadCost += TTI->getCastInstrCost( in getEntryCost()
2173 DeadCost -= in getEntryCost()
2177 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()