Lines Matching defs:IsExported
654 bool &IsExported);
661 bool &IsExported);
1197 Constant *TheFn, bool &IsExported) {
1283 IsExported = true;
1300 bool IsExported = false;
1307 IsExported |= S->modulePath() != FS->modulePath();
1311 IsExported |= S->modulePath() != FS->modulePath();
1317 return IsExported;
1335 bool IsExported = false;
1336 applySingleImplDevirt(SlotInfo, TheFn, IsExported);
1337 if (!IsExported)
1407 bool IsExported = AddCalls(SlotInfo, TheFn);
1408 if (IsExported)
1415 if (IsExported)
1487 bool IsExported = false;
1488 applyICallBranchFunnel(SlotInfo, JT, IsExported);
1489 if (IsExported)
1494 Constant *JT, bool &IsExported) {
1497 IsExported = true;
2181 bool IsExported = false;
2182 applySingleImplDevirt(SlotInfo, SingleImpl, IsExported);
2183 assert(!IsExported);
2226 bool IsExported = false;
2227 applyICallBranchFunnel(SlotInfo, JT, IsExported);
2228 assert(!IsExported);