Searched refs:InsBefore (Results 1 – 1 of 1) sorted by relevance
910 IntrinsicInst *InsBefore; member3044 assert(APC.InsBefore); in processDynamicAllocas()3049 IRBuilder<> IRB(APC.InsBefore); in processDynamicAllocas()3069 AddressSanitizer &ASan, Instruction &InsBefore, in findStoresToUninstrumentedArgAllocas() argument3071 Instruction *Start = InsBefore.getNextNonDebugInstruction(); in findStoresToUninstrumentedArgAllocas()3128 Instruction *InsBefore = AllocaVec[0]; in processStaticAllocas() local3129 IRBuilder<> IRB(InsBefore); in processStaticAllocas()3134 auto InsBeforeB = InsBefore->getParent(); in processStaticAllocas()3138 AI->moveBefore(InsBefore); in processStaticAllocas()3145 findStoresToUninstrumentedArgAllocas(ASan, *InsBefore, ArgInitInsts); in processStaticAllocas()[all …]