Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp76 int TargetTransformInfo::getUserCost(const User *U) const { in getUserCost() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h467 unsigned getUserCost(const User *U) { in getUserCost() function
DTargetTransformInfo.h676 int getUserCost(const User *U) override { return Impl.getUserCost(U); } in getUserCost() function