Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5690 VectorizationCostTy BlockCost; in expectedCost() local
5708 BlockCost.first += C.first; in expectedCost()
5709 BlockCost.second |= C.second; in expectedCost()
5718 BlockCost.first /= 2; in expectedCost()
5720 Cost.first += BlockCost.first; in expectedCost()
5721 Cost.second |= BlockCost.second; in expectedCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5617 VectorizationCostTy BlockCost; in expectedCost() local
5632 BlockCost.first += C.first; in expectedCost()
5633 BlockCost.second |= C.second; in expectedCost()
5646 BlockCost.first /= getReciprocalPredBlockProb(); in expectedCost()
5648 Cost.first += BlockCost.first; in expectedCost()
5649 Cost.second |= BlockCost.second; in expectedCost()