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.cpp1006 IntrinsicInst *InsBefore; member
3317 assert(APC.InsBefore); in processDynamicAllocas()
3322 IRBuilder<> IRB(APC.InsBefore); in processDynamicAllocas()
3342 AddressSanitizer &ASan, Instruction &InsBefore, in findStoresToUninstrumentedArgAllocas() argument
3344 Instruction *Start = InsBefore.getNextNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()
3401 Instruction *InsBefore = AllocaVec[0]; in processStaticAllocas() local
3402 IRBuilder<> IRB(InsBefore); in processStaticAllocas()
3407 auto InsBeforeB = InsBefore->getParent(); in processStaticAllocas()
3411 AI->moveBefore(InsBefore); in processStaticAllocas()
3418 findStoresToUninstrumentedArgAllocas(ASan, *InsBefore, ArgInitInsts); in processStaticAllocas()
[all …]