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