Home
last modified time | relevance | path

Searched refs:IsReentry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNIterativeScheduler.cpp122 void GCNIterativeScheduler::swapIGLPMutations(const Region &R, bool IsReentry) { in swapIGLPMutations() argument
135 auto SchedPhase = IsReentry ? AMDGPU::SchedulingPhase::PreRAReentry in swapIGLPMutations()
149 BuildDAG(const Region &R, GCNIterativeScheduler &_Sch, bool IsReentry = false) in BuildDAG() argument
154 Sch.swapIGLPMutations(R, IsReentry); in BuildDAG()
501 bool IsReentry = false; in scheduleLegacyMaxOccupancy() local
504 IsReentry = true; in scheduleLegacyMaxOccupancy()
524 IsReentry |= I > 0; in scheduleLegacyMaxOccupancy()
525 swapIGLPMutations(*R, IsReentry); in scheduleLegacyMaxOccupancy()
596 bool IsReentry = false; in scheduleILP() local
599 IsReentry = true; in scheduleILP()
[all …]
H A DGCNIterativeScheduler.h96 void swapIGLPMutations(const Region &R, bool IsReentry);