Lines Matching refs:InsBefore
620 IntrinsicInst *InsBefore; member
2024 assert(APC.InsBefore); in poisonStack()
2031 IRBuilder<> IRB(APC.InsBefore); in poisonStack()
2054 Instruction *InsBefore = AllocaVec[0]; in poisonStack() local
2055 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()
2123 IRB.SetInsertPoint(InsBefore); in poisonStack()
2130 Term = SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false); in poisonStack()
2135 IRB.SetInsertPoint(InsBefore); in poisonStack()