HomeSort by relevance Sort by last modified time
    Searched defs:getUserCost (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 86 int TargetTransformInfo::getUserCost(const User *U) const {
87 int Cost = TTIImpl->getUserCost(U);
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 503 unsigned getUserCost(const User *U) {

Completed in 432 milliseconds