Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DInlineCost.cpp71 class CallAnalyzer : public InstVisitor<CallAnalyzer, bool> { class
72 typedef InstVisitor<CallAnalyzer, bool> Base;
73 friend class InstVisitor<CallAnalyzer, bool>;
206 CallAnalyzer(const TargetTransformInfo &TTI, AssumptionCacheTracker *ACT, in CallAnalyzer() function in __anonca18d25c0111::CallAnalyzer
243 bool CallAnalyzer::isAllocaDerivedArg(Value *V) { in isAllocaDerivedArg()
249 bool CallAnalyzer::lookupSROAArgAndCost( in lookupSROAArgAndCost()
267 void CallAnalyzer::disableSROA(DenseMap<Value *, int>::iterator CostIt) { in disableSROA()
277 void CallAnalyzer::disableSROA(Value *V) { in disableSROA()
285 void CallAnalyzer::accumulateSROACost(DenseMap<Value *, int>::iterator CostIt, in accumulateSROACost()
294 bool CallAnalyzer::isGEPOffsetConstant(GetElementPtrInst &GEP) { in isGEPOffsetConstant()
[all …]