Home
last modified time | relevance | path

Searched defs:getUserCost (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp71 unsigned TargetTransformInfo::getUserCost(const User *U) const { in getUserCost() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h403 unsigned getUserCost(const User *U) { in getUserCost() function
DTargetTransformInfo.h633 unsigned getUserCost(const User *U) override { return Impl.getUserCost(U); } in getUserCost() function