Home
last modified time | relevance | path

Searched refs:AllocatedFrameSlots (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp761 SmallVector<int, 16> AllocatedFrameSlots; in computeFreeStackSlots() local
766 AllocatedFrameSlots.push_back(i); in computeFreeStackSlots()
771 AllocatedFrameSlots.push_back(i); in computeFreeStackSlots()
774 for (int i : AllocatedFrameSlots) { in computeFreeStackSlots()