Home
last modified time | relevance | path

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

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