Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2971 Instruction *CopyInsertPoint = &F.front().front(); in copyArgsPassedByValToAllocas() local
2972 if (CopyInsertPoint == ASan.LocalDynamicShadow) { in copyArgsPassedByValToAllocas()
2974 CopyInsertPoint = CopyInsertPoint->getNextNode(); in copyArgsPassedByValToAllocas()
2975 assert(CopyInsertPoint); in copyArgsPassedByValToAllocas()
2977 IRBuilder<> IRB(CopyInsertPoint); in copyArgsPassedByValToAllocas()