Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2918 Instruction *CopyInsertPoint = &F.front().front(); in copyArgsPassedByValToAllocas() local
2919 if (CopyInsertPoint == ASan.LocalDynamicShadow) { in copyArgsPassedByValToAllocas()
2921 CopyInsertPoint = CopyInsertPoint->getNextNode(); in copyArgsPassedByValToAllocas()
2922 assert(CopyInsertPoint); in copyArgsPassedByValToAllocas()
2924 IRBuilder<> IRB(CopyInsertPoint); in copyArgsPassedByValToAllocas()