Searched refs:CallAnalyzer (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 244 class CallAnalyzer : public InstVisitor<CallAnalyzer, bool> { class 245 typedef InstVisitor<CallAnalyzer, bool> Base; 246 friend class InstVisitor<CallAnalyzer, bool>; 249 virtual ~CallAnalyzer() = default; 523 CallAnalyzer( in CallAnalyzer() function in __anon463f3bdb0111::CallAnalyzer 600 class InlineCostCallAnalyzer final : public CallAnalyzer { 1213 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, GetTLI, PSI, in InlineCostCallAnalyzer() 1257 class InlineCostFeaturesAnalyzer final : public CallAnalyzer { 1463 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, GetTLI, in InlineCostFeaturesAnalyzer() 1472 bool CallAnalyzer::isAllocaDerivedArg(Value *V) { in isAllocaDerivedArg() [all …]
|