Searched refs:IsReentry (Results 1 – 2 of 2) sorted by relevance
122 void GCNIterativeScheduler::swapIGLPMutations(const Region &R, bool IsReentry) { in swapIGLPMutations() argument135 auto SchedPhase = IsReentry ? AMDGPU::SchedulingPhase::PreRAReentry in swapIGLPMutations()149 BuildDAG(const Region &R, GCNIterativeScheduler &_Sch, bool IsReentry = false) in BuildDAG() argument154 Sch.swapIGLPMutations(R, IsReentry); in BuildDAG()501 bool IsReentry = false; in scheduleLegacyMaxOccupancy() local504 IsReentry = true; in scheduleLegacyMaxOccupancy()524 IsReentry |= I > 0; in scheduleLegacyMaxOccupancy()525 swapIGLPMutations(*R, IsReentry); in scheduleLegacyMaxOccupancy()596 bool IsReentry = false; in scheduleILP() local599 IsReentry = true; in scheduleILP()[all …]
96 void swapIGLPMutations(const Region &R, bool IsReentry);