Searched refs:InsBefore (Results 1 – 2 of 2) sorted by relevance
620 IntrinsicInst *InsBefore; member2024 assert(APC.InsBefore); in poisonStack()2031 IRBuilder<> IRB(APC.InsBefore); in poisonStack()2054 Instruction *InsBefore = AllocaVec[0]; in poisonStack() local2055 IRBuilder<> IRB(InsBefore); in poisonStack()2061 auto InsBeforeB = InsBefore->getParent(); in poisonStack()2063 for (BasicBlock::iterator I(InsBefore); I != InsBeforeB->end(); ++I) in poisonStack()2066 AI->moveBefore(InsBefore); in poisonStack()2069 if (LocalEscapeCall) LocalEscapeCall->moveBefore(InsBefore); in poisonStack()2115 SplitBlockAndInsertIfThen(UseAfterReturnIsEnabled, InsBefore, false); in poisonStack()[all …]
842 IntrinsicInst *InsBefore; member2814 assert(APC.InsBefore); in processDynamicAllocas()2819 IRBuilder<> IRB(APC.InsBefore); in processDynamicAllocas()2844 Instruction *InsBefore = AllocaVec[0]; in processStaticAllocas() local2845 IRBuilder<> IRB(InsBefore); in processStaticAllocas()2851 auto InsBeforeB = InsBefore->getParent(); in processStaticAllocas()2855 AI->moveBefore(InsBefore); in processStaticAllocas()2858 if (LocalEscapeCall) LocalEscapeCall->moveBefore(InsBefore); in processStaticAllocas()2887 assert(APC.InsBefore); in processStaticAllocas()2895 if (const DILocation *LifetimeLoc = APC.InsBefore->getDebugLoc().get()) { in processStaticAllocas()[all …]