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

/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h503 unsigned getUserCost(const User *U) { function in class:llvm::TargetTransformInfoImplCRTPBase
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp86 int TargetTransformInfo::getUserCost(const User *U) const { function in class:TargetTransformInfo
87 int Cost = TTIImpl->getUserCost(U);

Completed in 7050 milliseconds