Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFLiveness.h37 struct LiveMapType { struct
38 LiveMapType(const PhysicalRegisterInfo &pri) : Empty(pri) {} in LiveMapType() function
46 std::map<MachineBasicBlock*,RegisterAggr> Map;
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DRDFLiveness.h33 typedef std::map<MachineBasicBlock*,RegisterSet> LiveMapType; typedef