Searched refs:CallInstr (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp307 CallBase *CallInstr; member in struct:__anon2858::InlineCandidate
866 auto &CI = *Candidate.CallInstr;
902 Candidate.CallInstr = DI;
1166 CallBase &CB = *Candidate.CallInstr;
1253 Advice = ExternalInlineAdvisor->getAdvice(*Candidate.CallInstr);
1272 Function *Callee = Candidate.CallInstr->getCalledFunction();
1283 InlineCost Cost = getInlineCost(*Candidate.CallInstr, Callee, Params,
1345 CallBase *I = Candidate.CallInstr;

Completed in 88 milliseconds