Searched refs:CallAnalyzer (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InlineCost.cpp | 237 class CallAnalyzer : public InstVisitor<CallAnalyzer, bool> { class 238 typedef InstVisitor<CallAnalyzer, bool> Base; 239 friend class InstVisitor<CallAnalyzer, bool>; 242 virtual ~CallAnalyzer() = default; 495 CallAnalyzer(Function &Callee, CallBase &Call, const TargetTransformInfo &TTI, in CallAnalyzer() function in __anon463f3bdb0111::CallAnalyzer 545 class InlineCostCallAnalyzer final : public CallAnalyzer { 1111 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI, ORE), in InlineCostCallAnalyzer() 1153 class InlineCostFeaturesAnalyzer final : public CallAnalyzer { 1358 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI) {} in InlineCostFeaturesAnalyzer() 1366 bool CallAnalyzer::isAllocaDerivedArg(Value *V) { in isAllocaDerivedArg() [all …]
|