Lines Matching refs:IsExported
467 bool &IsExported);
473 bool &IsExported);
771 Constant *TheFn, bool &IsExported) { in applySingleImplDevirt() argument
784 IsExported = true; in applySingleImplDevirt()
806 bool IsExported = false; in trySingleImplDevirt() local
807 applySingleImplDevirt(SlotInfo, TheFn, IsExported); in trySingleImplDevirt()
808 if (!IsExported) in trySingleImplDevirt()
892 bool IsExported = false; in tryICallBranchFunnel() local
893 applyICallBranchFunnel(SlotInfo, JT, IsExported); in tryICallBranchFunnel()
894 if (IsExported) in tryICallBranchFunnel()
899 Constant *JT, bool &IsExported) { in applyICallBranchFunnel() argument
902 IsExported = true; in applyICallBranchFunnel()
1502 bool IsExported = false; in importResolution() local
1503 applySingleImplDevirt(SlotInfo, SingleImpl, IsExported); in importResolution()
1504 assert(!IsExported); in importResolution()
1543 bool IsExported = false; in importResolution() local
1544 applyICallBranchFunnel(SlotInfo, JT, IsExported); in importResolution()
1545 assert(!IsExported); in importResolution()