Searched refs:CallAnalyzer (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp42 class CallAnalyzer : public InstVisitor<CallAnalyzer, bool> { class in namespace:__anon25683
43 typedef InstVisitor<CallAnalyzer, bool> Base;
44 friend class InstVisitor<CallAnalyzer, bool>;
143 CallAnalyzer(const DataLayout *DL, const TargetTransformInfo &TTI, function in class:__anon25683::CallAnalyzer
178 bool CallAnalyzer::isAllocaDerivedArg(Value *V) {
184 bool CallAnalyzer::lookupSROAArgAndCost(
202 void CallAnalyzer::disableSROA(DenseMap<Value *, int>::iterator CostIt) {
212 void CallAnalyzer::disableSROA(Value *V) {
220 void CallAnalyzer
[all...]

Completed in 70 milliseconds