Searched refs:IsReentry (Results 1 – 2 of 2) sorted by relevance
855 bool IsReentry) = 0;874 bool IsReentry) override;887 bool IsReentry) { in applyIGLPStrategy() argument1104 bool IsReentry) override;1121 bool IsReentry) { in applyIGLPStrategy() argument1125 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::IGroupLPDAGMutation1420 IGroupLPDAGMutation(bool IsReentry) : IsReentry(IsReentry) {} in IGroupLPDAGMutation() argument[all …]
17 std::unique_ptr<ScheduleDAGMutation> createIGroupLPDAGMutation(bool IsReentry);