Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp3064 Instruction *CopyInsertPoint = &F.front().front(); in copyArgsPassedByValToAllocas() local
3065 if (CopyInsertPoint == ASan.LocalDynamicShadow) { in copyArgsPassedByValToAllocas()
3067 CopyInsertPoint = CopyInsertPoint->getNextNode(); in copyArgsPassedByValToAllocas()
3068 assert(CopyInsertPoint); in copyArgsPassedByValToAllocas()
3070 IRBuilder<> IRB(CopyInsertPoint); in copyArgsPassedByValToAllocas()