reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
28 bool isLegalToPromote(CallSite CS, Function *Callee,
38 if (Callee && isLegalToPromote(CS, Callee)) {
lib/Transforms/IPO/SampleProfile.cpp 967 isLegalToPromote(CallSite(I), R->getValue(), &Reason)) {
lib/Transforms/Instrumentation/IndirectCallPromotion.cpp 278 if (!isLegalToPromote(CallSite(Inst), TargetFunction, &Reason)) {