Home | History | Annotate | Download | only in X86

Lines Matching refs:Uses

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