Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp493 int stackSlot = vrm->getStackSlot(spilled->reg); in addStackInterval() local
495 if (stackSlot == VirtRegMap::NO_STACK_SLOT) { in addStackInterval()
500 LiveInterval &stackInterval = lss->getOrCreateInterval(stackSlot, RC); in addStackInterval()