Lines Matching refs:InsBefore
571 IntrinsicInst *InsBefore; member
1830 assert(APC.InsBefore); in poisonStack()
1832 IRBuilder<> IRB(APC.InsBefore); in poisonStack()
1852 Instruction *InsBefore = AllocaVec[0]; in poisonStack() local
1853 IRBuilder<> IRB(InsBefore); in poisonStack()
1859 auto InsBeforeB = InsBefore->getParent(); in poisonStack()
1861 for (BasicBlock::iterator I(InsBefore); I != InsBeforeB->end(); ++I) in poisonStack()
1864 AI->moveBefore(InsBefore); in poisonStack()
1867 if (LocalEscapeCall) LocalEscapeCall->moveBefore(InsBefore); in poisonStack()
1913 SplitBlockAndInsertIfThen(UARIsEnabled, InsBefore, false); in poisonStack()
1921 IRB.SetInsertPoint(InsBefore); in poisonStack()
1928 Term = SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false); in poisonStack()
1933 IRB.SetInsertPoint(InsBefore); in poisonStack()