Lines Matching refs:IsExported
618 bool &IsExported);
625 bool &IsExported);
1096 Constant *TheFn, bool &IsExported) { in applySingleImplDevirt() argument
1167 IsExported = true; in applySingleImplDevirt()
1184 bool IsExported = false; in AddCalls() local
1190 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1194 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1200 return IsExported; in AddCalls()
1218 bool IsExported = false; in trySingleImplDevirt() local
1219 applySingleImplDevirt(SlotInfo, TheFn, IsExported); in trySingleImplDevirt()
1220 if (!IsExported) in trySingleImplDevirt()
1290 bool IsExported = AddCalls(SlotInfo, TheFn); in trySingleImplDevirt() local
1291 if (IsExported) in trySingleImplDevirt()
1298 if (IsExported) in trySingleImplDevirt()
1370 bool IsExported = false; in tryICallBranchFunnel() local
1371 applyICallBranchFunnel(SlotInfo, JT, IsExported); in tryICallBranchFunnel()
1372 if (IsExported) in tryICallBranchFunnel()
1377 Constant *JT, bool &IsExported) { in applyICallBranchFunnel() argument
1380 IsExported = true; in applyICallBranchFunnel()
2023 bool IsExported = false; in importResolution() local
2024 applySingleImplDevirt(SlotInfo, SingleImpl, IsExported); in importResolution()
2025 assert(!IsExported); in importResolution()
2068 bool IsExported = false; in importResolution() local
2069 applyICallBranchFunnel(SlotInfo, JT, IsExported); in importResolution()
2070 assert(!IsExported); in importResolution()