Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp44 class CallAnalyzer : public InstVisitor<CallAnalyzer, bool> { class
45 typedef InstVisitor<CallAnalyzer, bool> Base;
46 friend class InstVisitor<CallAnalyzer, bool>;
146 CallAnalyzer(const TargetTransformInfo &TTI, AssumptionCacheTracker *ACT, in CallAnalyzer() function in __anonf38a11c60111::CallAnalyzer
181 bool CallAnalyzer::isAllocaDerivedArg(Value *V) { in isAllocaDerivedArg()
187 bool CallAnalyzer::lookupSROAArgAndCost( in lookupSROAArgAndCost()
205 void CallAnalyzer::disableSROA(DenseMap<Value *, int>::iterator CostIt) { in disableSROA()
215 void CallAnalyzer::disableSROA(Value *V) { in disableSROA()
223 void CallAnalyzer::accumulateSROACost(DenseMap<Value *, int>::iterator CostIt, in accumulateSROACost()
232 bool CallAnalyzer::isGEPOffsetConstant(GetElementPtrInst &GEP) { in isGEPOffsetConstant()
[all …]