Home | History | Annotate | Download | only in IPO

Lines Matching refs:isExported

346   bool isExported() const {
463 bool &IsExported);
469 bool &IsExported);
754 Constant *TheFn, bool &IsExported) {
765 if (CSInfo.isExported())
766 IsExported = true;
788 bool IsExported = false;
789 applySingleImplDevirt(SlotInfo, TheFn, IsExported);
790 if (!IsExported)
871 bool IsExported = false;
872 applyICallBranchFunnel(SlotInfo, JT, IsExported);
873 if (IsExported)
878 IsExported) {
880 if (CSInfo.isExported())
881 IsExported = true;
999 if (CSInfo.isExported()) {
1128 if (CSInfo.isExported()) {
1262 if (CSByConstantArg.second.isExported()) {
1477 bool IsExported = false;
1478 applySingleImplDevirt(SlotInfo, SingleImpl, IsExported);
1479 assert(!IsExported);
1518 bool IsExported = false;
1519 applyICallBranchFunnel(SlotInfo, JT, IsExported);
1520 assert(!IsExported);