Searched refs:CopyInsertPoint (Results 1 – 1 of 1) sorted by relevance
3299 Instruction *CopyInsertPoint = &F.front().front(); in copyArgsPassedByValToAllocas() local3300 if (CopyInsertPoint == ASan.LocalDynamicShadow) { in copyArgsPassedByValToAllocas()3302 CopyInsertPoint = CopyInsertPoint->getNextNode(); in copyArgsPassedByValToAllocas()3303 assert(CopyInsertPoint); in copyArgsPassedByValToAllocas()3305 IRBuilder<> IRB(CopyInsertPoint); in copyArgsPassedByValToAllocas()