Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp933 IntrinsicInst *InsBefore; member
3220 assert(APC.InsBefore); in processDynamicAllocas()
3225 IRBuilder<> IRB(APC.InsBefore); in processDynamicAllocas()
3304 Instruction *InsBefore = AllocaVec[0]; in processStaticAllocas() local
3305 IRBuilder<> IRB(InsBefore); in processStaticAllocas()
3314 AI->moveBefore(InsBefore); in processStaticAllocas()
3323 ArgInitInst->moveBefore(InsBefore); in processStaticAllocas()
3355 assert(APC.InsBefore); in processStaticAllocas()
3417 IRB.SetInsertPoint(InsBefore); in processStaticAllocas()
3437 IRB.SetInsertPoint(InsBefore); in processStaticAllocas()
[all …]