Lines Matching defs:IsExported
619 bool &IsExported);
626 bool &IsExported);
1162 Constant *TheFn, bool &IsExported) {
1240 IsExported = true;
1257 bool IsExported = false;
1264 IsExported |= S->modulePath() != FS->modulePath();
1268 IsExported |= S->modulePath() != FS->modulePath();
1274 return IsExported;
1292 bool IsExported = false;
1293 applySingleImplDevirt(SlotInfo, TheFn, IsExported);
1294 if (!IsExported)
1364 bool IsExported = AddCalls(SlotInfo, TheFn);
1365 if (IsExported)
1372 if (IsExported)
1444 bool IsExported = false;
1445 applyICallBranchFunnel(SlotInfo, JT, IsExported);
1446 if (IsExported)
1451 Constant *JT, bool &IsExported) {
1454 IsExported = true;
2139 bool IsExported = false;
2140 applySingleImplDevirt(SlotInfo, SingleImpl, IsExported);
2141 assert(!IsExported);
2184 bool IsExported = false;
2185 applyICallBranchFunnel(SlotInfo, JT, IsExported);
2186 assert(!IsExported);