Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2778 Instruction *CopyInsertPoint = &F.front().front(); in copyArgsPassedByValToAllocas() local
2779 if (CopyInsertPoint == ASan.LocalDynamicShadow) { in copyArgsPassedByValToAllocas()
2781 CopyInsertPoint = CopyInsertPoint->getNextNode(); in copyArgsPassedByValToAllocas()
2782 assert(CopyInsertPoint); in copyArgsPassedByValToAllocas()
2784 IRBuilder<> IRB(CopyInsertPoint); in copyArgsPassedByValToAllocas()