Searched refs:InsBefore (Results 1 – 1 of 1) sorted by relevance
571 IntrinsicInst *InsBefore; member1830 assert(APC.InsBefore); in poisonStack()1832 IRBuilder<> IRB(APC.InsBefore); in poisonStack()1852 Instruction *InsBefore = AllocaVec[0]; in poisonStack() local1853 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()[all …]