Lines Matching refs:IsExported
571 bool &IsExported);
578 bool &IsExported);
1065 Constant *TheFn, bool &IsExported) { in applySingleImplDevirt() argument
1105 IsExported = true; in applySingleImplDevirt()
1122 bool IsExported = false; in AddCalls() local
1128 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1132 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1138 return IsExported; in AddCalls()
1156 bool IsExported = false; in trySingleImplDevirt() local
1157 applySingleImplDevirt(SlotInfo, TheFn, IsExported); in trySingleImplDevirt()
1158 if (!IsExported) in trySingleImplDevirt()
1228 bool IsExported = AddCalls(SlotInfo, TheFn); in trySingleImplDevirt() local
1229 if (IsExported) in trySingleImplDevirt()
1236 if (IsExported) in trySingleImplDevirt()
1308 bool IsExported = false; in tryICallBranchFunnel() local
1309 applyICallBranchFunnel(SlotInfo, JT, IsExported); in tryICallBranchFunnel()
1310 if (IsExported) in tryICallBranchFunnel()
1315 Constant *JT, bool &IsExported) { in applyICallBranchFunnel() argument
1318 IsExported = true; in applyICallBranchFunnel()
1961 bool IsExported = false; in importResolution() local
1962 applySingleImplDevirt(SlotInfo, SingleImpl, IsExported); in importResolution()
1963 assert(!IsExported); in importResolution()
2006 bool IsExported = false; in importResolution() local
2007 applyICallBranchFunnel(SlotInfo, JT, IsExported); in importResolution()
2008 assert(!IsExported); in importResolution()