Home | History | Annotate | Download | only in Scalar

Lines Matching refs:InsertBefore

192 InsertSafepointPoll(Instruction *InsertBefore,
754 InsertSafepointPoll(Instruction *InsertBefore,
756 BasicBlock *OrigBB = InsertBefore->getParent();
757 Module *M = InsertBefore->getModule();
769 CallInst *PollCall = CallInst::Create(F, "", InsertBefore);