Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPrologEpilogInserter.cpp732 int SPAdjCount = 0; // frame setup / destroy count. in replaceFrameIndices() local
743 SPAdjCount += I->getOpcode() == FrameSetupOpcode ? 1 : -1; in replaceFrameIndices()
808 assert((SPAdjCount || SPAdj == 0) && in replaceFrameIndices()