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

/external/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp125 unsigned getCost() const { return Cost; } function in struct:Operator
309 unsigned Cost = ShufTab[LHS].Cost + Op->getCost();
347 unsigned Cost = NumVals + Op->getCost();
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp152 int getCost() { return Cost; } function in class:__anon22011::CallAnalyzer
782 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost());
1207 if (!ShouldInline && CA.getCost() < CA.getThreshold())
1209 if (ShouldInline && CA.getCost() >= CA.getThreshold())
1212 return llvm::InlineCost::get(CA.getCost(), CA.getThreshold());
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 175 milliseconds