Searched defs:LiveRegMap (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | GCNRegPressure.h | 291 DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet> LiveRegMap; getLiveRegMap() local |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | RegAllocFast.cpp | 215 using LiveRegMap = SparseSet<LiveReg, identity<unsigned>, uint16_t>; typedef in __anon7753079e0111::RegAllocFastImpl |