Searched refs:PreallocatedOffsets (Results 1 – 1 of 1) sorted by relevance
2118 SmallVector<size_t, 4> PreallocatedOffsets; in LowerCall() local2121 PreallocatedOffsets.push_back(ArgLocs[i].getLocMemOffset()); in LowerCall()2127 MFI->setPreallocatedArgOffsets(PreallocatedId, PreallocatedOffsets); in LowerCall()