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

/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp78 unsigned TargetTransformInfo::getUserCost(const User *U) const { function in class:TargetTransformInfo
79 return PrevTTI->getUserCost(U);
415 unsigned getUserCost(const User *U) const override {

Completed in 72 milliseconds