Searched defs:Virt2StackSlotMap (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DVirtRegMap.h53 /// Virt2StackSlotMap - This is virtual register to stack slot
57 IndexedMap<int, VirtReg2IndexFunctor> Virt2StackSlotMap; member in class:llvm::VirtRegMap
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
170 return Virt2StackSlotMap[virtReg];

Completed in 55 milliseconds