Home
last modified time | relevance | path

Searched refs:CallAnalyzer (Results 1 – 2 of 2) 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 __anonb653f77d0111::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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp95 class CallAnalyzer : public InstVisitor<CallAnalyzer, bool> { class
96 typedef InstVisitor<CallAnalyzer, bool> Base;
97 friend class InstVisitor<CallAnalyzer, bool>;
272 CallAnalyzer(const TargetTransformInfo &TTI, in CallAnalyzer() function in __anonf90232b50111::CallAnalyzer
315 bool CallAnalyzer::isAllocaDerivedArg(Value *V) { in isAllocaDerivedArg()
321 bool CallAnalyzer::lookupSROAArgAndCost( in lookupSROAArgAndCost()
339 void CallAnalyzer::disableSROA(DenseMap<Value *, int>::iterator CostIt) { in disableSROA()
350 void CallAnalyzer::disableSROA(Value *V) { in disableSROA()
358 void CallAnalyzer::accumulateSROACost(DenseMap<Value *, int>::iterator CostIt, in accumulateSROACost()
364 void CallAnalyzer::disableLoadElimination() { in disableLoadElimination()
[all …]