Searched refs:LargeStackObjs (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLocalStackSlotAllocation.cpp163 SmallSet<int, 16> LargeStackObjs; local
178 LargeStackObjs.insert(i);
189 if (LargeStackObjs.count(i))
H A DPrologEpilogInserter.cpp601 SmallSet<int, 16> LargeStackObjs; local
623 LargeStackObjs.insert(i);
641 if (LargeStackObjs.count(i))

Completed in 110 milliseconds