Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSchedStrategy.h200 DenseMap<unsigned, MachineInstr *> IdxToInstruction; variable
213 assert(IdxToInstruction.contains(RegionIdx)); in getLiveRegsForRegionIdx()
214 MachineInstr *Key = IdxToInstruction[RegionIdx]; in getLiveRegsForRegionIdx()
H A DGCNSchedStrategy.cpp922 IdxToInstruction.clear(); in buildLiveRegMap()
931 IdxToInstruction[I] = RegionKey; in buildLiveRegMap()