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

/external/llvm/lib/Analysis/
H A DInlineCost.cpp40 class CallAnalyzer : public InstVisitor<CallAnalyzer, bool> { class in namespace:__anon9192
41 typedef InstVisitor<CallAnalyzer, bool> Base;
42 friend class InstVisitor<CallAnalyzer, bool>;
126 CallAnalyzer(const TargetData *TD, Function &Callee, int Threshold) function in class:__anon9192::CallAnalyzer
159 bool CallAnalyzer::isAllocaDerivedArg(Value *V) {
165 bool CallAnalyzer::lookupSROAArgAndCost(
183 void CallAnalyzer::disableSROA(DenseMap<Value *, int>::iterator CostIt) {
193 void CallAnalyzer::disableSROA(Value *V) {
201 void CallAnalyzer
[all...]

Completed in 193 milliseconds