Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Callee

133     int getInlineSize(CallSite CS, Function *Callee);
134 int getInlineBonuses(CallSite CS, Function *Callee);
146 /// the function call or not. The callee is explicitly specified, to allow
149 /// weight it yourself in cases where this callee will not always be called.
151 Function *Callee,
155 /// performance boost for using a specialization of Callee with argument
157 int getSpecializationBonus(Function *Callee,
161 /// impact of creating a specialized version of Callee with argument
163 InlineCost getSpecializationCost(Function *Callee,
175 /// growCachedCostInfo - update the cached cost info for Caller after Callee
176 /// has been inlined. If Callee is NULL it means a dead call has been
178 void growCachedCostInfo(Function* Caller, Function* Callee);
186 bool callIsSmall(const Function *Callee);