Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7887 auto GetGEPCostDiff = [=](ArrayRef<Value *> Ptrs, Value *BasePtr) { in getEntryCost() local
8292 return CommonCost + GetGEPCostDiff(VL, VL0); in getEntryCost()
8334 return Cost + GetGEPCostDiff(PointerOps, LI0->getPointerOperand()); in getEntryCost()
8362 GetGEPCostDiff(PointerOps, BaseSI->getPointerOperand()); in getEntryCost()