Lines Matching refs:DenseMap
73 DenseMap<const BasicBlock*, MachineBasicBlock *> MBBMap;
78 DenseMap<const Value *, Register> ValueMap;
85 DenseMap<Register, const Value*> VirtReg2Value;
92 DenseMap<const Value *, Register> CatchPadExceptionPointers;
119 DenseMap<const Value *, StatepointRelocationRecord>;
120 DenseMap<const Instruction *, StatepointSpillMapTy> StatepointRelocationMaps;
125 DenseMap<const AllocaInst*, int> StaticAllocaMap;
128 DenseMap<const Argument*, int> ByValArgFrameIndexMap;
139 DenseMap<Register, Register> RegFixups;
165 DenseMap<const Value *, ISD::NodeType> PreferredExtendType;
257 DenseMap<const Value*, Register>::const_iterator It = ValueMap.find(PN); in InvalidatePHILiveOutRegInfo()