Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp638 auto IndirectCallParams = Params; in onLoweredCall() local
639 IndirectCallParams.DefaultThreshold = in onLoweredCall()
643 InlineCostCallAnalyzer CA(*F, Call, IndirectCallParams, TTI, in onLoweredCall()
1103 InlineParams IndirectCallParams = {/* DefaultThreshold*/ 0, in onLoweredCall() local
1113 IndirectCallParams.DefaultThreshold = in onLoweredCall()
1116 InlineCostCallAnalyzer CA(*F, Call, IndirectCallParams, TTI, in onLoweredCall()