Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInlineCost.cpp226 class CallAnalyzer : public InstVisitor<CallAnalyzer, bool> { class
227 typedef InstVisitor<CallAnalyzer, bool> Base;
228 friend class InstVisitor<CallAnalyzer, bool>;
231 virtual ~CallAnalyzer() = default;
484 CallAnalyzer(Function &Callee, CallBase &Call, const TargetTransformInfo &TTI, in CallAnalyzer() function in __anon0e0437920111::CallAnalyzer
534 class InlineCostCallAnalyzer final : public CallAnalyzer {
1036 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI, ORE), in InlineCostCallAnalyzer()
1078 class InlineCostFeaturesAnalyzer final : public CallAnalyzer {
1274 : CallAnalyzer(Callee, Call, TTI, GetAssumptionCache, GetBFI, PSI) {} in InlineCostFeaturesAnalyzer()
1282 bool CallAnalyzer::isAllocaDerivedArg(Value *V) { in isAllocaDerivedArg()
[all …]