Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h66 DenseMap<unsigned, ShapeT> Virt2ShapeMap; variable
115 bool isShapeMapEmpty() const { return Virt2ShapeMap.empty(); } in isShapeMapEmpty()
123 return Virt2ShapeMap.lookup(virtReg); in getShape()
127 Virt2ShapeMap[virtReg.id()] = shape; in assignVirt2Shape()
157 Virt2ShapeMap[virtReg.id()] = getShape(SReg); in setIsSplitFromReg()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DVirtRegMap.cpp71 Virt2ShapeMap.clear(); in runOnMachineFunction()