Home
last modified time | relevance | path

Searched defs:LiveRegMap (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.h291 DenseMap<MachineInstr *, GCNRPTracker::LiveRegSet> LiveRegMap; in getLiveRegMap() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp215 using LiveRegMap = SparseSet<LiveReg, identity<unsigned>, uint16_t>; typedef in __anon43a0a7eb0111::RegAllocFastImpl