Searched refs:CopyInsertPoint (Results 1 – 2 of 2) sorted by relevance
696 CopyInsertPoint = findPHICopyInsertPoint(PredBB, MBB, SrcReg); in InsertCopiesForPHI() local699 CopyInsertPoint, in InsertCopiesForPHI()
2741 Instruction *CopyInsertPoint = &F.front().front(); in copyArgsPassedByValToAllocas() local2742 if (CopyInsertPoint == ASan.LocalDynamicShadow) { in copyArgsPassedByValToAllocas()2744 CopyInsertPoint = CopyInsertPoint->getNextNode(); in copyArgsPassedByValToAllocas()2745 assert(CopyInsertPoint); in copyArgsPassedByValToAllocas()2747 IRBuilder<> IRB(CopyInsertPoint); in copyArgsPassedByValToAllocas()