Searched refs:InsBefore (Results 1 – 1 of 1) sorted by relevance
1006 IntrinsicInst *InsBefore; member3317 assert(APC.InsBefore); in processDynamicAllocas()3322 IRBuilder<> IRB(APC.InsBefore); in processDynamicAllocas()3342 AddressSanitizer &ASan, Instruction &InsBefore, in findStoresToUninstrumentedArgAllocas() argument3344 Instruction *Start = InsBefore.getNextNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()3401 Instruction *InsBefore = AllocaVec[0]; in processStaticAllocas() local3402 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 …]