Lines Matching refs:IsExported
558 bool &IsExported);
565 bool &IsExported);
1033 Constant *TheFn, bool &IsExported) { in applySingleImplDevirt() argument
1050 IsExported = true; in applySingleImplDevirt()
1067 bool IsExported = false; in AddCalls() local
1073 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1077 IsExported |= S->modulePath() != FS->modulePath(); in AddCalls()
1083 return IsExported; in AddCalls()
1101 bool IsExported = false; in trySingleImplDevirt() local
1102 applySingleImplDevirt(SlotInfo, TheFn, IsExported); in trySingleImplDevirt()
1103 if (!IsExported) in trySingleImplDevirt()
1173 bool IsExported = AddCalls(SlotInfo, TheFn); in trySingleImplDevirt() local
1174 if (IsExported) in trySingleImplDevirt()
1181 if (IsExported) in trySingleImplDevirt()
1253 bool IsExported = false; in tryICallBranchFunnel() local
1254 applyICallBranchFunnel(SlotInfo, JT, IsExported); in tryICallBranchFunnel()
1255 if (IsExported) in tryICallBranchFunnel()
1260 Constant *JT, bool &IsExported) { in applyICallBranchFunnel() argument
1263 IsExported = true; in applyICallBranchFunnel()
1900 bool IsExported = false; in importResolution() local
1901 applySingleImplDevirt(SlotInfo, SingleImpl, IsExported); in importResolution()
1902 assert(!IsExported); in importResolution()
1945 bool IsExported = false; in importResolution() local
1946 applyICallBranchFunnel(SlotInfo, JT, IsExported); in importResolution()
1947 assert(!IsExported); in importResolution()