Home | History | Annotate | Download | only in X86

Lines Matching defs:Uses

123     SmallSet<uint16_t, 8> Uses;
132 Uses.insert(*AI);
137 if (!Uses.count(*CS))
659 // more than 4K bytes on the stack. Windows uses __chkstk and cygwin/mingw
660 // uses __alloca. __alloca and the 32-bit version of __chkstk will probe the
1512 /// stack but uses a custom implementation of hybrid stack/heap architecture.