Lines Matching refs:IsReentry
855 bool IsReentry) = 0;
874 bool IsReentry) override;
887 bool IsReentry) { in applyIGLPStrategy() argument
1104 bool IsReentry) override;
1121 bool IsReentry) { in applyIGLPStrategy() argument
1125 assert((IsReentry || (DSWCount == 0 && DSWWithPermCount == 0 && in applyIGLPStrategy()
1136 else if (I->mayStore() && !IsReentry) { in applyIGLPStrategy()
1149 if (!IsReentry) { in applyIGLPStrategy()
1417 bool IsReentry = false; member in __anon114cba190111::IGroupLPDAGMutation
1420 IGroupLPDAGMutation(bool IsReentry) : IsReentry(IsReentry) {} in IGroupLPDAGMutation() argument
1720 S->applyIGLPStrategy(SyncedInstrs, SyncedSchedGroups, IsReentry); in initIGLPOpt()
1733 std::unique_ptr<ScheduleDAGMutation> createIGroupLPDAGMutation(bool IsReentry) { in createIGroupLPDAGMutation() argument
1734 return std::make_unique<IGroupLPDAGMutation>(IsReentry); in createIGroupLPDAGMutation()