Searched defs:SPAdjCount (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp727 int SPAdjCount = 0; // frame setup / destroy count. local
738 SPAdjCount += I->getOpcode() == FrameSetupOpcode ? 1 : -1;
803 assert((SPAdjCount || SPAdj == 0) &&

Completed in 58 milliseconds