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

/external/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h36 NO_STACK_SLOT = (1L << 30)-1, enumerator in enum:llvm::VirtRegMap::__anon10151
72 Virt2StackSlotMap(NO_STACK_SLOT), Virt2SplitMap(0) { }
159 if (getStackSlot(virtReg) == NO_STACK_SLOT)

Completed in 77 milliseconds