Searched refs:InsertionPt (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DStackProtector.cpp373 Instruction *InsertionPt = 0; local
375 InsertionPt = CI;
377 InsertionPt = RI;
380 assert(InsertionPt != 0 && "BB must have a terminator instruction at "
386 CallInst::Create(Intrinsic, StackGuardVar, "", InsertionPt);
/freebsd-10-stable/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp364 Instruction *&InsertionPt, Instruction *&K1,
385 Instruction *&InsertionPt,
2740 Instruction *&InsertionPt,
2789 InsertionPt = K2;
2817 Instruction *&InsertionPt,
2832 " to after " << *InsertionPt << "\n"); local
2834 InstToMove->insertAfter(InsertionPt);
2835 InsertionPt = InstToMove;
3076 Instruction *InsertionPt = K; local
3078 replaceOutputsOfPair(Context, L, H, K, InsertionPt, K
2738 replaceOutputsOfPair(LLVMContext& Context, Instruction *I, Instruction *J, Instruction *K, Instruction *&InsertionPt, Instruction *&K1, Instruction *&K2) argument
2815 moveUsesOfIAfterJ(BasicBlock &BB, DenseSet<ValuePair> &LoadMoveSetPairs, Instruction *&InsertionPt, Instruction *I, Instruction *J) argument
[all...]

Completed in 177 milliseconds