Lines Matching refs:IsExported
619 bool &IsExported);
626 bool &IsExported);
1169 Constant *TheFn, bool &IsExported) { in applySingleImplDevirt() argument
1248 IsExported = true; in applySingleImplDevirt()
1265 bool IsExported = false; in AddCalls() local
1272 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1276 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1282 return IsExported; in AddCalls()
1300 bool IsExported = false; in trySingleImplDevirt() local
1301 applySingleImplDevirt(SlotInfo, TheFn, IsExported); in trySingleImplDevirt()
1302 if (!IsExported) in trySingleImplDevirt()
1372 bool IsExported = AddCalls(SlotInfo, TheFn); in trySingleImplDevirt() local
1373 if (IsExported) in trySingleImplDevirt()
1380 if (IsExported) in trySingleImplDevirt()
1452 bool IsExported = false; in tryICallBranchFunnel() local
1453 applyICallBranchFunnel(SlotInfo, JT, IsExported); in tryICallBranchFunnel()
1454 if (IsExported) in tryICallBranchFunnel()
1459 Constant *JT, bool &IsExported) { in applyICallBranchFunnel() argument
1462 IsExported = true; in applyICallBranchFunnel()
2147 bool IsExported = false; in importResolution() local
2148 applySingleImplDevirt(SlotInfo, SingleImpl, IsExported); in importResolution()
2149 assert(!IsExported); in importResolution()
2192 bool IsExported = false; in importResolution() local
2193 applyICallBranchFunnel(SlotInfo, JT, IsExported); in importResolution()
2194 assert(!IsExported); in importResolution()